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

  /external/bluetooth/glib/tests/
memchunks.c 110 GMemArea *mem_area; /* the current memory area */ member in struct:_GMemChunk
161 mem_chunk->mem_area = NULL;
271 if (temp_area == mem_chunk->mem_area)
272 mem_chunk->mem_area = NULL;
311 if ((!mem_chunk->mem_area) ||
312 ((mem_chunk->mem_area->index + mem_chunk->atom_size) > mem_chunk->area_size))
316 mem_chunk->mem_area = mem_chunk->free_mem_area;
322 mem_chunk->mem_area = (GMemArea*) g_malloc0 (sizeof (GMemArea) -
326 mem_chunk->mem_area = (GMemArea*) g_malloc (sizeof (GMemArea) -
332 mem_chunk->mem_area->next = mem_chunk->mem_areas
423 GMemArea *mem_area; local
    [all...]

Completed in 589 milliseconds