Home
last modified time | relevance | path

Searched refs:allocmap_pull_first (Results 1 – 3 of 3) sorted by relevance

/external/qemu/memcheck/
Dmemcheck_malloc_map.c208 allocmap_pull_first(AllocMap* map, MallocDescEx* pulled) in allocmap_pull_first() function
275 while (!allocmap_pull_first(map, &pulled)) { in allocmap_empty()
Dmemcheck_malloc_map.h115 int allocmap_pull_first(AllocMap* map, MallocDescEx* pulled);
Dmemcheck_proc_management.c610 while (!allocmap_pull_first(&proc->alloc_map, &leaked_alloc)) { in memcheck_exit()