Searched refs:NBINS (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/jemalloc/src/
H A Dtcache.c44 if (binind < NBINS) {
97 assert(binind < NBINS);
204 arena->stats.lstats[binind - NBINS].nrequests +=
242 arena->stats.lstats[binind - NBINS].nrequests +=
366 for (i = 0; i < NBINS; i++) {
385 arena->stats.lstats[i - NBINS].nrequests +=
429 for (i = 0; i < NBINS; i++) {
439 malloc_large_stats_t *lstats = &arena->stats.lstats[i - NBINS];
535 for (i = 0; i < NBINS; i++) {
H A Darena.c18 arena_bin_info_t arena_bin_info[NBINS];
822 szind_t index = size2index(usize) - nlclasses - NBINS;
835 szind_t index = size2index(usize) - nlclasses - NBINS;
848 szind_t index = size2index(usize) - nlclasses - NBINS;
861 szind_t index = size2index(usize) - nlclasses - NBINS;
872 szind_t index = size2index(usize) - nlclasses - NBINS;
1930 for (i = 0; i < NBINS; i++) {
2542 assert(binind < NBINS);
2622 szind_t index = binind - NBINS;
2737 szind_t index = size2index(usize) - NBINS;
[all...]
H A Dctl.c554 memset(astats->bstats, 0, NBINS * sizeof(malloc_bin_stats_t));
573 for (i = 0; i < NBINS; i++) {
624 for (i = 0; i < NBINS; i++) {
1928 CTL_RO_NL_GEN(arenas_nbins, NBINS, unsigned)
1937 if (i > NBINS)
1943 CTL_RO_NL_GEN(arenas_lrun_i_size, index2size(NBINS+(szind_t)mib[2]), size_t)
1954 CTL_RO_NL_GEN(arenas_hchunk_i_size, index2size(NBINS+nlclasses+(szind_t)mib[2]),
2195 if (j > NBINS)
/freebsd-11.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Dctl.h53 malloc_bin_stats_t bstats[NBINS];
H A Dtcache.h48 ((TCACHE_GC_SWEEP / NBINS) + ((TCACHE_GC_SWEEP / NBINS == 0) ? 0 : 1))
115 * Number of tcache bins. There are NBINS small-object bins, plus 0 or more
288 assert(binind < NBINS);
H A Darena.h470 arena_bin_t bins[NBINS];
502 extern arena_bin_info_t arena_bin_info[NBINS];
865 assert(binind < NBINS || binind == BININD_INVALID);
1109 assert(binind < NBINS);
1141 assert(binind < NBINS);
H A Dsize_classes.h22 * NBINS: Number of small size class bins.
173 #define NBINS 39 macro
322 #define NBINS 43 macro
471 #define NBINS 47 macro
620 #define NBINS 55 macro
766 #define NBINS 36 macro
912 #define NBINS 40 macro
1058 #define NBINS 44 macro
1204 #define NBINS 52 macro
1348 #define NBINS 3 macro
1492 #define NBINS macro
1636 #define NBINS macro
1780 #define NBINS macro
2089 #define NBINS macro
2398 #define NBINS macro
2707 #define NBINS macro
3016 #define NBINS macro
3322 #define NBINS macro
3628 #define NBINS macro
3934 #define NBINS macro
4240 #define NBINS macro
4544 #define NBINS macro
4848 #define NBINS macro
5152 #define NBINS macro
5456 #define NBINS macro
[all...]
/freebsd-11.0-release/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1969 #define NBINS 128 macro
2064 #define BINMAPSIZE (NBINS / BITSPERMAP)
2188 mchunkptr bins[NBINS * 2];
2254 for (i = 1; i < NBINS; ++i) {
2562 for (i = 1; i < NBINS; ++i) {
3919 for (i = 1; i < NBINS; ++i) {

Completed in 216 milliseconds