summaryrefslogtreecommitdiff
path: root/libddekit/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'libddekit/memory.c')
-rw-r--r--libddekit/memory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libddekit/memory.c b/libddekit/memory.c
index 1ffb15b0..781a4bae 100644
--- a/libddekit/memory.c
+++ b/libddekit/memory.c
@@ -160,6 +160,9 @@ struct ddekit_slab * ddekit_slab_init(unsigned size, int contiguous)
* Free large block of memory
*
* This is no useful for allocation < page size.
+ *
+ * TODO The freed memory can be cached and will be still accessible (
+ * no page fault when accessed). I hope it won't caused any troubles.
*/
void ddekit_large_free(void *objp)
{