Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dfn.c361 fn->is_malloc = False; in new_fn_node()
578 fn->is_malloc = (VG_(strcmp)(fn->name, "malloc")==0); in CLG_()
Dglobal.h406 Bool is_malloc :1; member
/external/jemalloc/src/
Djemalloc.c1982 #define is_malloc(a) is_malloc_(a) macro
1984 #if ((is_malloc(je_malloc) == 1) && defined(JEMALLOC_GLIBC_MALLOC_HOOK))