Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Dfn.c353 fn->is_malloc = False; in new_fn_node()
578 fn->is_malloc = (VG_(strcmp)(fn->name, "malloc")==0); in CLG_()
Dglobal.h438 Bool is_malloc :1; member
/external/jemalloc/src/
Djemalloc.c1342 #define is_malloc(a) is_malloc_(a) macro
1344 #if ((is_malloc(je_malloc) == 1) && defined(__GLIBC__) && !defined(__UCLIBC__))