Changeset 153 for trunk/xc_malloc.c
- Timestamp:
- 2006-09-10T04:14:39+02:00 (7 years ago)
- File:
-
- 1 edited
-
trunk/xc_malloc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xc_malloc.c
r148 r153 87 87 static XC_MEM_INIT(xc_mem_malloc_init) /* {{{ */ 88 88 { 89 xc_block_t *b;90 91 89 #define MINSIZE (ALIGN(sizeof(xc_mem_t))) 92 90 /* requires at least the header and 1 tail block */
Note: See TracChangeset
for help on using the changeset viewer.

