HomeSort by relevance Sort by last modified time
    Searched defs:is_malloc (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/src/
jemalloc.c 1345 * is_malloc(je_malloc) is some macro magic to detect if jemalloc_defs.h has
1350 #define is_malloc(a) is_malloc_(a) macro
1352 #if ((is_malloc(je_malloc) == 1) && defined(__GLIBC__) && !defined(__UCLIBC__))
    [all...]
  /external/valgrind/main/callgrind/
global.h 438 Bool is_malloc :1; member in struct:_fn_node

Completed in 251 milliseconds