OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MallocDebug
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_malloc_linux.cc
34
struct
MallocDebug
{
43
ALIGNED(32) const
MallocDebug
asan_malloc_dispatch = {
49
const
MallocDebug
** __libc_malloc_dispatch_p;
51
(const
MallocDebug
**)AsanDlSymNext("__libc_malloc_dispatch");
/bionic/libc/bionic/
malloc_debug_common.h
91
struct
MallocDebug
{
108
typedef bool (*MallocDebugInit)(HashTable*, const
MallocDebug
*);
Completed in 499 milliseconds