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

  /external/qemu/memcheck/
memcheck_malloc_map.c 102 * See comments on allocmap_insert routine in the header file for details
163 allocmap_insert(AllocMap* map, const MallocDescEx* desc, MallocDescEx* replaced) function
memcheck_malloc_map.h 69 RBTMapResult allocmap_insert(AllocMap* map,
memcheck_proc_management.h 207 * See allocmap_insert for more information on this routine, its parameters
217 return allocmap_insert(&proc->alloc_map, desc, replaced);

Completed in 56 milliseconds