Searched refs:MallocDesc (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_debug_qemu.cpp83 struct MallocDesc { struct
163 MallocDesc* desc;
200 * Event's value parameter points to MallocDesc instance that contains
233 const MallocDesc* desc);
315 /* Logs message dumping MallocDesc instance at the end of the message.
318 * desc - MallocDesc instance to dump.
371 static inline void* mallocdesc_user_ptr(const MallocDesc* desc) {
382 static inline uint32_t mallocdesc_alloc_size(const MallocDesc* desc) {
392 static inline void* mallocdesc_alloc_end(const MallocDesc* desc) {
428 * desc - Pointer to MallocDesc instanc
[all...]

Completed in 34 milliseconds