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

/bionic/libc/bionic/
H A Dmalloc_debug_qemu.cpp84 struct MallocDesc { struct
164 MallocDesc* desc;
201 * Event's value parameter points to MallocDesc instance that contains
234 const MallocDesc* desc);
316 /* Logs message dumping MallocDesc instance at the end of the message.
319 * desc - MallocDesc instance to dump.
372 static inline void* mallocdesc_user_ptr(const MallocDesc* desc) {
383 static inline uint32_t mallocdesc_alloc_size(const MallocDesc* desc) {
393 static inline void* mallocdesc_alloc_end(const MallocDesc* desc) {
429 * desc - Pointer to MallocDesc instanc
[all...]

Completed in 129 milliseconds