Home
last modified time | relevance | path

Searched refs:malloc_stack_entry (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/examples/darwin/heap_find/heap/
Dheap_find.cpp180 struct malloc_stack_entry { struct
259 malloc_stack_entry *next() { in next()
261 malloc_stack_entry *result = m_entries + m_size; in next()
268 malloc_stack_entry *data() { in data()
281 malloc_stack_entry m_entries[k_max_entries];
668 malloc_stack_entry *stack_entry = g_malloc_stack_history.next(); in get_stack_for_address_enumerator()
684 malloc_stack_entry *get_stack_history_for_address(const void *addr, in get_stack_history_for_address()
695 malloc_stack_entry *stack_entry = g_malloc_stack_history.next(); in get_stack_history_for_address()