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

  /external/bluetooth/glib/tests/
memchunks.c 111 GMemArea *mem_areas; /* a list of all the mem areas owned by this chunk */ member in struct:_GMemChunk
165 mem_chunk->mem_areas = NULL;
194 GMemArea *mem_areas; local
201 mem_areas = mem_chunk->mem_areas;
202 while (mem_areas)
204 temp_area = mem_areas;
205 mem_areas = mem_areas->next;
282 if (temp_area == mem_chunk->mem_areas)
489 GMemArea *mem_areas; local
522 GMemArea *mem_areas; local
    [all...]

Completed in 278 milliseconds