Changeset 2292 for trunk/src/kash/shheap.h
- Timestamp:
- Feb 28, 2009, 5:46:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shheap.h
r2291 r2292 1 1 /* $Id$ */ 2 2 /** @file 3 * The shell heap methods.3 * The shell memory heap methods. 4 4 */ 5 5 … … 32 32 33 33 /* heap */ 34 int shheap_init(void); 34 35 void *sh_malloc(shinstance *, size_t); 35 36 void *sh_calloc(shinstance *, size_t, size_t);
Note:
See TracChangeset
for help on using the changeset viewer.