HomeSort by relevance Sort by last modified time
    Searched full:free_mem_area (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/tests/
memchunks.c 112 GMemArea *free_mem_area; /* the free area...which is about to be destroyed */ member in struct:_GMemChunk
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;
    [all...]

Completed in 350 milliseconds