Searched defs:MIN_CHUNK_SIZE (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1673 #define MIN_CHUNK_SIZE\ macro
1683 #define MAX_REQUEST ((-MIN_CHUNK_SIZE) << 2)
1684 #define MIN_REQUEST (MIN_CHUNK_SIZE - CHUNK_OVERHEAD - SIZE_T_ONE)
1692 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2141 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
2240 #define MIN_SMALL_INDEX (small_index(MIN_CHUNK_SIZE))
2525 (MAX_SIZE_T < MIN_CHUNK_SIZE) ||
2617 if (sz >= MIN_CHUNK_SIZE) {
2638 assert(sz >= MIN_CHUNK_SIZE);
2640 /* unless mmapped, size is less than MIN_CHUNK_SIZE mor
[all...]

Completed in 105 milliseconds