Lines Matching full:free_mem_area
112 GMemArea *free_mem_area; /* the free area...which is about to be destroyed */
162 mem_chunk->free_mem_area = NULL;
257 * If the chunk should be freed, then we place it in the "free_mem_area".
260 * If we don't allocate a chunk a few lines down then the "free_mem_area"
262 * If there is already a "free_mem_area" then we'll just free this mem area.
274 if (mem_chunk->free_mem_area)
290 mem_chunk->free_mem_area = temp_area;
309 * the "free_mem_area". Otherwise we'll just malloc the mem area.
314 if (mem_chunk->free_mem_area)
316 mem_chunk->mem_area = mem_chunk->free_mem_area;
317 mem_chunk->free_mem_area = NULL;