Home
last modified time | relevance | path

Searched refs:bin (Results 1 – 21 of 21) sorted by relevance

/third_party/ulib/jemalloc/src/
A Darena.c865 &bin->slabs_full; slab = qr_next(&bin->slabs_full, in arena_reset()
1053 arena_bin_slabs_full_insert(bin, bin->slabcur); in arena_bin_malloc_hard()
1078 bin); in arena_bin_malloc_hard()
1081 bin); in arena_bin_malloc_hard()
1087 arena_bin_slabs_full_insert(bin, bin->slabcur); in arena_bin_malloc_hard()
1093 bin->slabcur = slab; in arena_bin_malloc_hard()
1105 arena_bin_t *bin; in arena_tcache_fill_small() local
1181 arena_bin_t *bin; in arena_malloc_small() local
1349 arena_bin_t *bin) in arena_dalloc_bin_slab() argument
1379 arena_bin_slabs_nonfull_insert(bin, bin->slabcur); in arena_bin_lower_slab()
[all …]
A Dtcache.c105 arena_bin_t *bin = &bin_arena->bins[binind]; in tcache_bin_flush_small() local
114 malloc_mutex_lock(tsd_tsdn(tsd), &bin->lock); in tcache_bin_flush_small()
118 bin->stats.nflushes++; in tcache_bin_flush_small()
142 malloc_mutex_unlock(tsd_tsdn(tsd), &bin->lock); in tcache_bin_flush_small()
150 arena_bin_t *bin = &arena->bins[binind]; in tcache_bin_flush_small() local
151 malloc_mutex_lock(tsd_tsdn(tsd), &bin->lock); in tcache_bin_flush_small()
152 bin->stats.nflushes++; in tcache_bin_flush_small()
153 bin->stats.nrequests += tbin->tstats.nrequests; in tcache_bin_flush_small()
407 arena_bin_t *bin = &arena->bins[i]; in tcache_stats_merge() local
409 malloc_mutex_lock(tsdn, &bin->lock); in tcache_stats_merge()
[all …]
A Djemalloc.c90 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ argument
101 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ argument
173 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ argument
/third_party/lib/acpica/generate/unix/
A DMakefile.common29 ls -al ../bin/$@; \
64 rm $(BUILD_DIRECTORY_PATH)/bin/$$toolname; \
68 rmdir bin; \
A Dreadme.txt32 make install /* install all binaries to /usr/bin */
66 The executable utilities are copied to the local bin directory.
68 "make install" will install the binaries to /usr/bin
A DMakefile.config44 BINDIR = bin
48 INSTALLDIR = $(PREFIX)/bin
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dsize_classes.sh119 bin="yes"
122 bin="no"
131 …3s, %3s, %3d, %2s) \\\n' ${index} ${lg_grp} ${lg_delta} ${ndelta} ${psz} ${bin} ${pgs} ${lg_delta_…
175 if [ ${bin} != "no" ] ; then
229 if [ ${bin} != "no" ] ; then
275 * bin, pgs, lg_delta_lookup) tuples.
281 * bin: 'yes' if a small bin size class, 'no' otherwise.
282 * pgs: Slab page count if a small bin size class, 0 otherwise.
334 * The size2index_tab lookup table uses uint8_t to encode each bin index, so we
A Darena_inlines_b.h5 szind_t arena_bin_index(arena_t *arena, arena_bin_t *bin);
26 arena_bin_index(arena_t *arena, arena_bin_t *bin) in arena_bin_index() argument
28 szind_t binind = (szind_t)(bin - arena->bins); in arena_bin_index()
/third_party/ulib/jemalloc/
A D.gitignore3 /bin/jemalloc-config
4 /bin/jemalloc.sh
5 /bin/jeprof
A D.appveyor.yml17 - set PATH=c:\msys64\%MSYSTEM%\bin;c:\msys64\usr\bin;%PATH%
A DMakefile.in9 SHELL := /bin/sh
89 BINS := $(objroot)bin/jemalloc-config $(objroot)bin/jemalloc.sh $(objroot)bin/jeprof
527 rm -f $(objroot)bin/jemalloc-config
528 rm -f $(objroot)bin/jemalloc.sh
529 rm -f $(objroot)bin/jeprof
A Dconfigure.ac2031 AC_CONFIG_FILES([$cfgoutputs_tup config.stamp bin/jemalloc-config bin/jemalloc.sh bin/jeprof])
A DChangeLog306 + Don't assume that /bin/sh is appropriate when running size_classes.sh
758 - Fix bin->runcur management to fix a layout policy bug. This bug did not
/third_party/lib/acpica/
A D.gitignore1 generate/**/bin
/third_party/ulib/jemalloc/msvc/
A DReadMe.txt14 3. Add Cygwin\bin to the PATH environment variable
/third_party/uapp/dash/src/funcs/
A Dkill35 # Convert job names to process ids and then run /bin/kill.
46 /bin/kill $args
A Dcmv46 /bin/mv "$1" "$2"
/third_party/lib/jitterentropy/
A DMakefile41 …scan-build --use-analyzer=/usr/bin/clang $(CC) -shared -Wl,-soname,lib$(NAME).so.$(LIBMAJOR) -o li…
/third_party/lib/acpica/source/compiler/
A Dreadme.txt68 c:\GnuWin32\bin
/third_party/ulib/musl/
A DINSTALL167 /usr/local/musl/bin/musl-gcc hello.c
/third_party/uapp/dash/src/
A DTOUR299 mand runs /bin/pwd the first time it is invoked (unless the user

Completed in 31 milliseconds