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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c350 #define MIN_CHUNK_SIZE\ macro
360 #define MAX_REQUEST ((-MIN_CHUNK_SIZE) << 2)
361 #define MIN_REQUEST (MIN_CHUNK_SIZE - CHUNK_OVERHEAD - SIZE_T_ONE)
369 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
794 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
890 #define MIN_SMALL_INDEX (small_index(MIN_CHUNK_SIZE))
1160 (MAX_SIZE_T < MIN_CHUNK_SIZE) ||
1229 if (sz >= MIN_CHUNK_SIZE) {
1250 assert(m->user_data, sz >= MIN_CHUNK_SIZE);
1252 /* size is less than MIN_CHUNK_SIZE mor
[all...]

Completed in 4 milliseconds