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

  /bionic/libc/bionic/
malloc_debug_qemu.cpp 367 static inline void* mallocdesc_user_ptr(const MallocDesc* desc) { function
538 mallocdesc_user_ptr(desc), (uint32_t)desc->ptr,
554 volatile char* suffix = (volatile char*)mallocdesc_user_ptr(desc) +
562 if (!query_qemu_malloc_info(mallocdesc_user_ptr(desc), &desc_chk, 2) &&
703 return mallocdesc_user_ptr(&desc);
734 if (mem != mallocdesc_user_ptr(&desc)) {
    [all...]

Completed in 125 milliseconds