HomeSort by relevance Sort by last modified time
    Searched refs:MALLOCX_ARENA (Results 1 - 5 of 5) sorted by null

  /external/jemalloc/android/test/
run_integration.sh 11 $test_dir/MALLOCX_ARENA
  /external/jemalloc/include/jemalloc/
jemalloc_macros.h 19 /* Bias arena index bits so that 0 encodes "MALLOCX_ARENA() unspecified". */
20 # define MALLOCX_ARENA(a) ((int)(((a)+1) << 8))
jemalloc.h 80 /* Bias arena index bits so that 0 encodes "MALLOCX_ARENA() unspecified". */
81 # define MALLOCX_ARENA(a) ((int)(((a)+1) << 8))
  /external/jemalloc/test/integration/
MALLOCX_ARENA.c 41 p = mallocx(1, MALLOCX_ARENA(arena_ind));
  /external/jemalloc/
Android.mk 204 test/integration/MALLOCX_ARENA.c \

Completed in 405 milliseconds