HomeSort by: relevance | last modified time | path
    Searched defs:MALLOCX_ARENA (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
jemalloc_shim.h 29 #define MALLOCX_ARENA(a) (0)
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_macros.h 32 #define MALLOCX_ARENA(a) ((((int)(a))+1) << 20)
jemalloc.h 145 #define MALLOCX_ARENA(a) ((((int)(a))+1) << 20)
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_macros.h 33 #define MALLOCX_ARENA(a) ((((int)(a))+1) << 20)
jemalloc.h 157 #define MALLOCX_ARENA(a) ((((int)(a))+1) << 20)

Completed in 22 milliseconds