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

  /external/jemalloc/src/
android_je_iterate.c 131 const arena_bin_info_t *bin_info;
arena.c 18 arena_bin_info_t arena_bin_info[NBINS];
280 arena_run_reg_alloc(arena_run_t *run, arena_bin_info_t *bin_info)
306 arena_bin_info_t *bin_info = &arena_bin_info[binind];
    [all...]
  /external/jemalloc/test/unit/
junk.c 26 arena_dalloc_junk_small_intercept(void *ptr, arena_bin_info_t *bin_info)
  /external/jemalloc/include/jemalloc/internal/
arena.h 59 typedef struct arena_bin_info_s arena_bin_info_t; typedef in typeref:struct:arena_bin_info_s
529 extern arena_bin_info_t arena_bin_info[NBINS];
569 void arena_alloc_junk_small(void *ptr, arena_bin_info_t *bin_info,
575 typedef void (arena_dalloc_junk_small_t)(void *, arena_bin_info_t *);
578 void arena_dalloc_junk_small(void *ptr, arena_bin_info_t *bin_info);
697 size_t arena_run_regind(arena_run_t *run, arena_bin_info_t *bin_info,
    [all...]

Completed in 1478 milliseconds