Searched refs:MIN_CHUNK_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/libffi/src/
H A Ddlmalloc.c1627 #define MIN_CHUNK_SIZE\ macro
1637 #define MAX_REQUEST ((-MIN_CHUNK_SIZE) << 2)
1638 #define MIN_REQUEST (MIN_CHUNK_SIZE - CHUNK_OVERHEAD - SIZE_T_ONE)
1646 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2131 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
2230 #define MIN_SMALL_INDEX (small_index(MIN_CHUNK_SIZE))
2515 (MAX_SIZE_T < MIN_CHUNK_SIZE) ||
2607 if (sz >= MIN_CHUNK_SIZE) {
2628 assert(sz >= MIN_CHUNK_SIZE);
2630 /* unless mmapped, size is less than MIN_CHUNK_SIZE mor
[all...]
/external/qemu/distrib/sdl-1.2.12/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 55 milliseconds