Searched refs:malloc_backtrace_func_t (Results 1 – 1 of 1) sorted by relevance
110 typedef ssize_t (*malloc_backtrace_func_t)(void*, uintptr_t*, size_t); typedef462 return reinterpret_cast<malloc_backtrace_func_t>(func)(pointer, frames, frame_count); in malloc_backtrace()