HomeSort by: relevance | last modified time | path
    Searched refs:cache_bin_t (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
cache_bin.h 9 * cache_bin_t to fill/flush. When the arena needs to pull stats from the
43 typedef struct cache_bin_s cache_bin_t; typedef in typeref:struct:cache_bin_s
75 cache_bin_t *bins_small;
76 cache_bin_t *bins_large;
81 cache_bin_t *bins_small, cache_bin_t *bins_large) {
88 cache_bin_alloc_easy(cache_bin_t *bin, bool *success) {
tcache_structs.h 24 cache_bin_t bins_small[NBINS];
50 cache_bin_t bins_large[NSIZES-NBINS];
tcache_externs.h 33 cache_bin_t *tbin, szind_t binind, bool *tcache_success);
34 void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin,
36 void tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind,
tcache_inlines.h 45 cache_bin_t *bin;
107 cache_bin_t *bin;
166 cache_bin_t *bin;
191 cache_bin_t *bin;
jemalloc_internal_inlines_a.h 109 JEMALLOC_ALWAYS_INLINE cache_bin_t *
115 JEMALLOC_ALWAYS_INLINE cache_bin_t *
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
cache_bin.h 9 * cache_bin_t to fill/flush. When the arena needs to pull stats from the
43 typedef struct cache_bin_s cache_bin_t; typedef in typeref:struct:cache_bin_s
75 cache_bin_t *bins_small;
76 cache_bin_t *bins_large;
81 cache_bin_t *bins_small, cache_bin_t *bins_large) {
88 cache_bin_alloc_easy(cache_bin_t *bin, bool *success) {
tcache_structs.h 24 cache_bin_t bins_small[NBINS];
50 cache_bin_t bins_large[NSIZES-NBINS];
tcache_externs.h 33 cache_bin_t *tbin, szind_t binind, bool *tcache_success);
34 void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin,
36 void tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind,
tcache_inlines.h 45 cache_bin_t *bin;
107 cache_bin_t *bin;
166 cache_bin_t *bin;
191 cache_bin_t *bin;
jemalloc_internal_inlines_a.h 109 JEMALLOC_ALWAYS_INLINE cache_bin_t *
115 JEMALLOC_ALWAYS_INLINE cache_bin_t *
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
cache_bin.h 10 * cache_bin_t to fill/flush. When the arena needs to pull stats from the
81 typedef struct cache_bin_s cache_bin_t; typedef in typeref:struct:cache_bin_s
141 cache_bin_t *bins;
146 cache_bin_t *bins) {
184 cache_bin_assert_earlier(cache_bin_t *bin, uint16_t earlier, uint16_t later) {
197 cache_bin_diff(cache_bin_t *bin, uint16_t earlier, uint16_t later, bool racy) {
215 cache_bin_ncached_get_internal(cache_bin_t *bin, bool racy) {
238 cache_bin_ncached_get_local(cache_bin_t *bin, cache_bin_info_t *info) {
254 cache_bin_empty_position_get(cache_bin_t *bin) {
270 * cache_bin_t visual representation above)
    [all...]
tcache_structs.h 57 cache_bin_t bins[TCACHE_NBINS_MAX];
tcache_externs.h 39 cache_bin_t *tbin, szind_t binind, bool *tcache_success);
41 void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin,
43 void tcache_bin_flush_large(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin,
45 void tcache_bin_flush_stashed(tsd_t *tsd, tcache_t *tcache, cache_bin_t *bin,
tcache_inlines.h 31 tcache_small_bin_disabled(szind_t ind, cache_bin_t *bin) {
51 cache_bin_t *bin = &tcache->bins[binind];
94 cache_bin_t *bin = &tcache->bins[binind];
133 cache_bin_t *bin = &tcache->bins[binind];
171 cache_bin_t *bin = &tcache->bins[binind];
jemalloc_internal_inlines_c.h 226 cache_bin_t *bin, void *ret) {
316 cache_bin_t *bin = &tcache->bins[ind];
arena_externs.h 64 cache_bin_t *cache_bin, cache_bin_info_t *cache_bin_info, szind_t binind,
  /src/external/bsd/jemalloc/include/jemalloc/internal/
cache_bin.h 10 * cache_bin_t to fill/flush. When the arena needs to pull stats from the
81 typedef struct cache_bin_s cache_bin_t; typedef in typeref:struct:cache_bin_s
141 cache_bin_t *bins;
146 cache_bin_t *bins) {
184 cache_bin_assert_earlier(cache_bin_t *bin, uint16_t earlier, uint16_t later) {
197 cache_bin_diff(cache_bin_t *bin, uint16_t earlier, uint16_t later, bool racy) {
215 cache_bin_ncached_get_internal(cache_bin_t *bin, bool racy) {
238 cache_bin_ncached_get_local(cache_bin_t *bin, cache_bin_info_t *info) {
254 cache_bin_empty_position_get(cache_bin_t *bin) {
270 * cache_bin_t visual representation above)
    [all...]
tcache_structs.h 57 cache_bin_t bins[TCACHE_NBINS_MAX];
tcache_externs.h 39 cache_bin_t *tbin, szind_t binind, bool *tcache_success);
41 void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin,
43 void tcache_bin_flush_large(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin,
45 void tcache_bin_flush_stashed(tsd_t *tsd, tcache_t *tcache, cache_bin_t *bin,
tcache_inlines.h 31 tcache_small_bin_disabled(szind_t ind, cache_bin_t *bin) {
51 cache_bin_t *bin = &tcache->bins[binind];
94 cache_bin_t *bin = &tcache->bins[binind];
133 cache_bin_t *bin = &tcache->bins[binind];
171 cache_bin_t *bin = &tcache->bins[binind];
jemalloc_internal_inlines_c.h 226 cache_bin_t *bin, void *ret) {
316 cache_bin_t *bin = &tcache->bins[ind];
  /src/external/bsd/jemalloc/dist/src/
cache_bin.c 67 cache_bin_init(cache_bin_t *bin, cache_bin_info_t *info, void *alloc,
97 cache_bin_still_zero_initialized(cache_bin_t *bin) {
tcache.c 128 cache_bin_t *cache_bin = &tcache->bins[szind];
166 cache_bin_t *cache_bin = &tcache->bins[szind];
185 cache_bin_t *cache_bin = &tcache->bins[szind];
230 tcache_t *tcache, cache_bin_t *cache_bin, szind_t binind,
309 tcache_bin_flush_impl(tsd_t *tsd, tcache_t *tcache, cache_bin_t *cache_bin,
506 tcache_bin_flush_bottom(tsd_t *tsd, tcache_t *tcache, cache_bin_t *cache_bin,
527 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *cache_bin,
533 tcache_bin_flush_large(tsd_t *tsd, tcache_t *tcache, cache_bin_t *cache_bin,
549 tcache_bin_flush_stashed(tsd_t *tsd, tcache_t *tcache, cache_bin_t *cache_bin,
668 memset(tcache->bins, 0, sizeof(cache_bin_t) * n_reserved_bins)
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
tcache.c 43 cache_bin_t *tbin;
89 cache_bin_t *tbin, szind_t binind, bool *tcache_success) {
104 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin,
190 tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind,
368 memset(tcache->bins_small, 0, sizeof(cache_bin_t) * NBINS);
369 memset(tcache->bins_large, 0, sizeof(cache_bin_t) * (nhbins - NBINS));
464 cache_bin_t *tbin = tcache_small_bin_get(tcache, i);
472 cache_bin_t *tbin = tcache_large_bin_get(tcache, i);
539 cache_bin_t *tbin = tcache_small_bin_get(tcache, i);
547 cache_bin_t *tbin = tcache_large_bin_get(tcache, i)
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
cache_bin.c 4 do_fill_test(cache_bin_t *bin, cache_bin_info_t *info, void **ptrs,
33 do_flush_test(cache_bin_t *bin, cache_bin_info_t *info, void **ptrs,
58 do_batch_alloc_test(cache_bin_t *bin, cache_bin_info_t *info, void **ptrs,
86 test_bin_init(cache_bin_t *bin, cache_bin_info_t *info) {
107 cache_bin_t bin;
265 do_flush_stashed_test(cache_bin_t *bin, cache_bin_info_t *info, void **ptrs,
327 cache_bin_t bin;

Completed in 55 milliseconds

1 2