Changeset 1872 for trunk/src/kmk/make.h
- Timestamp:
- Oct 17, 2008, 2:05:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/make.h
r1870 r1872 521 521 void alloccache_init (struct alloccache *cache, unsigned int size, const char *name, 522 522 void *(*grow_alloc)(void *grow_arg, unsigned int size), void *grow_arg); 523 void alloccache_term (struct alloccache *cache, 524 void (*term_free)(void *term_arg, void *ptr, unsigned int size), void *term_arg); 523 525 void alloccache_join (struct alloccache *cache, struct alloccache *eat); 524 526 void alloccache_print (struct alloccache *cache);
Note:
See TracChangeset
for help on using the changeset viewer.