Searched refs:malloc_match (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lldb/examples/darwin/heap_find/heap/ |
D | heap_find.cpp | 173 struct malloc_match { struct 218 void push_back(const malloc_match &m, bool unique = false) { in push_back() 233 malloc_match *data() { in data() 238 malloc_match terminator_entry = {NULL, 0, 0, 0}; in data() 245 malloc_match m_entries[k_max_entries]; 555 malloc_match match = {(void *)ptr_addr, ptr_size, info->addr - ptr_addr, in range_info_callback() 578 malloc_match match = {(void *)ptr_addr, ptr_size, addr - ptr_addr, in range_info_callback() 627 malloc_match match = {(void *)ptr_addr, ptr_size, 0, type}; in range_info_callback() 722 malloc_match *find_pointer_in_heap(const void *addr, int check_vm_regions) { in find_pointer_in_heap() 748 malloc_match *find_pointer_in_memory(uint64_t memory_addr, uint64_t memory_size, in find_pointer_in_memory() [all …]
|