Searched refs:AVAIL (Results 1 – 3 of 3) sorted by relevance
126 #define AVAIL (__mem_avail__[0]) macro192 AVAIL.next = (struct __mem__ *)pool; in JPEG_MEMORY_init_mempool()193 AVAIL.len = size; in JPEG_MEMORY_init_mempool()195 (AVAIL.next)->next = NULL; in JPEG_MEMORY_init_mempool()196 (AVAIL.next)->len = size - HLEN; in JPEG_MEMORY_init_mempool()206 q = &AVAIL; in JPEG_MEMORY_malloc()246 if ((memp == NULL) || (AVAIL.len == 0)) in JPEG_MEMORY_free()252 q = &AVAIL; in JPEG_MEMORY_free()