HomeSort by: relevance | last modified time | path
    Searched refs:bin_info_t (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
bin_info.h 25 typedef struct bin_info_s bin_info_t; typedef in typeref:struct:bin_info_s
46 extern bin_info_t bin_infos[SC_NBINS];
arena_inlines_b.h 507 const bin_info_t *bin_info = &bin_infos[binind];
  /src/external/bsd/jemalloc/include/jemalloc/internal/
bin_info.h 25 typedef struct bin_info_s bin_info_t; typedef in typeref:struct:bin_info_s
46 extern bin_info_t bin_infos[SC_NBINS];
arena_inlines_b.h 507 const bin_info_t *bin_info = &bin_infos[binind];
  /src/external/bsd/jemalloc/dist/src/
bin_info.c 6 bin_info_t bin_infos[SC_NBINS];
10 bin_info_t infos[SC_NBINS]) {
12 bin_info_t *bin_info = &infos[i];
arena.c 227 arena_slab_reg_alloc(edata_t *slab, const bin_info_t *bin_info) {
243 arena_slab_reg_alloc_batch(edata_t *slab, const bin_info_t *bin_info,
832 const bin_info_t *bin_info) {
933 const bin_info_t *bin_info = &bin_infos[binind];
1059 const bin_info_t *bin_info = &bin_infos[binind];
1144 const bin_info_t *bin_info = &bin_infos[binind];
1301 const bin_info_t *bin_info = &bin_infos[binind];
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
bin.h 33 typedef struct bin_info_s bin_info_t; typedef in typeref:struct:bin_info_s
51 extern const bin_info_t bin_infos[NBINS];
arena_externs.h 49 void arena_alloc_junk_small(void *ptr, const bin_info_t *bin_info,
52 typedef void (arena_dalloc_junk_small_t)(void *, const bin_info_t *);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
bin.h 33 typedef struct bin_info_s bin_info_t; typedef in typeref:struct:bin_info_s
51 extern const bin_info_t bin_infos[NBINS];
arena_externs.h 49 void arena_alloc_junk_small(void *ptr, const bin_info_t *bin_info,
52 typedef void (arena_dalloc_junk_small_t)(void *, const bin_info_t *);
  /src/external/bsd/jemalloc/dist/test/unit/
slab.c 11 const bin_info_t *bin_info = &bin_infos[binind];
batch_alloc.c 85 const bin_info_t *bin_info = &bin_infos[ind];
  /src/external/bsd/jemalloc.old/dist/test/unit/
slab.c 9 const bin_info_t *bin_info = &bin_infos[binind];
junk.c 18 arena_dalloc_junk_small_intercept(void *ptr, const bin_info_t *bin_info) {
  /src/external/bsd/jemalloc.old/dist/src/
bin.c 7 const bin_info_t bin_infos[NBINS] = {
arena.c 224 arena_slab_reg_alloc(extent_t *slab, const bin_info_t *bin_info) {
266 const bin_info_t *bin_info = &bin_infos[binind];
1096 extent_hooks_t **r_extent_hooks, const bin_info_t *bin_info,
1119 const bin_info_t *bin_info) {
1158 const bin_info_t *bin_info;
1200 const bin_info_t *bin_info;
1306 arena_alloc_junk_small(void *ptr, const bin_info_t *bin_info, bool zero) {
1313 arena_dalloc_junk_small_impl(void *ptr, const bin_info_t *bin_info) {
1474 const bin_info_t *bin_info = &bin_infos[binind];
1537 const bin_info_t *bin_info = &bin_infos[binind]
    [all...]

Completed in 36 milliseconds