HomeSort by relevance Sort by last modified time
    Searched defs:routine (Results 1 - 2 of 2) sorted by null

  /external/qemu/memcheck/
memcheck_common.h 156 /* Code of the allocation routine, in context of which query has been made:
160 uint32_t routine; member in struct:MallocDescQuery
208 * accending order, where entry at index 0 corresponds to the routine
  /bionic/libc/bionic/
malloc_debug_qemu.c 152 /* Code of the allocation routine, in context of which query has been made:
156 uint32_t routine; member in struct:MallocDescQuery
265 * routine.
352 * This variable is updated by memcheck_initialize routine. */
358 * routine. */
444 * the desc parameter passed to this routine has been zeroed out by the
486 * routine - Code of the allocation routine, in context of which query is made:
493 query_qemu_malloc_info(void* ptr, MallocDesc* desc, uint32_t routine)
500 query.routine = routine
    [all...]

Completed in 41 milliseconds