Changeset 1872 for trunk/src/kmk/misc.c
- Timestamp:
- Oct 17, 2008, 2:05:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/misc.c
r1864 r1872 1218 1218 } 1219 1219 1220 /* Terminate an alloc cache, free all the memory it contains. */ 1221 void 1222 alloccache_term (struct alloccache *cache, 1223 void (*term_free)(void *term_arg, void *ptr, unsigned int size), void *term_arg) 1224 { 1225 cache->size = 0; 1226 (void)term_free; 1227 (void)term_arg; 1228 /* FIXME: Implement memory segment tracking and cleanup. */ 1229 } 1230 1220 1231 /* Joins to caches, unlinking the 2nd one. */ 1221 1232 void
Note:
See TracChangeset
for help on using the changeset viewer.