Home
last modified time | relevance | path

Searched refs:NSMALLBINS (Results 1 – 25 of 129) sorted by relevance

123456

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/ptmalloc/
H A Dmalloc-private.h74 #define NSMALLBINS (32U) macro
88 mchunkptr smallbins[(NSMALLBINS+1)*2];
/dports/devel/ptmalloc/ptmalloc3/
H A Dmalloc-private.h74 #define NSMALLBINS (32U) macro
88 mchunkptr smallbins[(NSMALLBINS+1)*2];
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dlinux_heap_glibc.c248 GHT apart[NSMALLBINS + 1] = { 0LL }; in GH()
311 if (j == k + NSMALLBINS + 1) { in GH()
322 } else if (j > 1 && j <= NSMALLBINS) { in GH()
325 } else if (j == (NSMALLBINS / 2)) { in GH()
327 } else if (j != 2 && j != (NSMALLBINS / 2) && j != NSMALLBINS) { in GH()
334 if (j < NSMALLBINS) { in GH()
338 if (j == NSMALLBINS + 1) { in GH()
340 } else if (j == (NSMALLBINS / 2) * 3) { in GH()
342 } else if (j != NSMALLBINS + 1 && j != (NSMALLBINS / 2) * 3 && j != NBINS - 1) { in GH()
704 case 1 ... NSMALLBINS - 1: in GH()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/dlmalloc/src/
H A Ddlmalloc.rs15 smallbins: [*mut Chunk; (NSMALLBINS + 1) * 2],
32 const NSMALLBINS: usize = 32; const
94 smallbins: [0 as *mut _; (NSMALLBINS + 1) * 2], in new()
188 s >> SMALLBIN_SHIFT < NSMALLBINS in is_small()
711 for i in 0..NSMALLBINS as u32 { in init_bins()
1464 for i in 0..NSMALLBINS { in check_malloc_state()
1797 let large_request_size = NSMALLBINS * (1 << SMALLBIN_SHIFT); in setup_treemap()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_heap_glibc.h27 #define NSMALLBINS 64 macro
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_alloc.c521 #define NSMALLBINS (32U) macro
539 mchunkptr smallbins[(NSMALLBINS+1)*2];
604 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
895 for (i = 0; i < NSMALLBINS; i++) { in init_bins()
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_alloc.c521 #define NSMALLBINS (32U) macro
539 mchunkptr smallbins[(NSMALLBINS+1)*2];
604 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
895 for (i = 0; i < NSMALLBINS; i++) { in init_bins()
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_alloc.c449 #define NSMALLBINS (32U) macro
467 mchunkptr smallbins[(NSMALLBINS+1)*2];
531 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
821 for (i = 0; i < NSMALLBINS; i++) { in init_bins()
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_alloc.c462 #define NSMALLBINS (32U) macro
480 mchunkptr smallbins[(NSMALLBINS+1)*2];
544 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
834 for (i = 0; i < NSMALLBINS; i++) { in init_bins()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_alloc.c521 #define NSMALLBINS (32U) macro
539 mchunkptr smallbins[(NSMALLBINS+1)*2];
604 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
895 for (i = 0; i < NSMALLBINS; i++) { in init_bins()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_alloc.c435 #define NSMALLBINS (32U) macro
453 mchunkptr smallbins[(NSMALLBINS+1)*2];
517 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
807 for (i = 0; i < NSMALLBINS; i++) { in init_bins()
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_alloc.c534 #define NSMALLBINS (32U) macro
552 mchunkptr smallbins[(NSMALLBINS+1)*2];
616 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
906 for (i = 0; i < NSMALLBINS; i++) { in init_bins()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_alloc.c521 #define NSMALLBINS (32U)
539 mchunkptr smallbins[(NSMALLBINS+1)*2];
604 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
895 for (i = 0; i < NSMALLBINS; i++) {
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_alloc.c443 #define NSMALLBINS (32U) macro
461 mchunkptr smallbins[(NSMALLBINS+1)*2];
525 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
815 for (i = 0; i < NSMALLBINS; i++) { in init_bins()
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_alloc.c534 #define NSMALLBINS (32U) macro
552 mchunkptr smallbins[(NSMALLBINS+1)*2];
616 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
906 for (i = 0; i < NSMALLBINS; i++) { in init_bins()
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_alloc.c462 #define NSMALLBINS (32U) macro
480 mchunkptr smallbins[(NSMALLBINS+1)*2];
544 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
834 for (i = 0; i < NSMALLBINS; i++) { in init_bins()
/dports/lang/yap/yap-6.2.2/H/
H A Ddlmalloc.h1390 #define NSMALLBINS 32 macro
/dports/misc/minidnn/MiniDNN-525ff216a6b5f576d4d679aee6a4636994bd4f23/include/external/sparsepp/
H A Dspp_dlalloc.h1302 static bool is_small(size_t s) { return (s >> SMALLBIN_SHIFT) < NSMALLBINS; } in is_small()
1504 static const size_t NSMALLBINS = 32; variable
1524 mchunkptr _smallbins[(NSMALLBINS + 1) * 2];
1993 for (i = 0; i < NSMALLBINS; ++i) in do_check_malloc_state()
2406 for (i = 0; i < NSMALLBINS; ++i) in init_bins()
/dports/devel/cquery/cquery-20180718/third_party/sparsepp/sparsepp/
H A Dspp_dlalloc.h1302 static bool is_small(size_t s) { return (s >> SMALLBIN_SHIFT) < NSMALLBINS; } in is_small()
1504 static const size_t NSMALLBINS = 32; variable
1524 mchunkptr _smallbins[(NSMALLBINS + 1) * 2];
1993 for (i = 0; i < NSMALLBINS; ++i) in do_check_malloc_state()
2406 for (i = 0; i < NSMALLBINS; ++i) in init_bins()
/dports/lang/gcc6-aux/gcc-6-20180516/libffi/src/
H A Ddlmalloc.c2060 #define NSMALLBINS (32U) macro
2079 mchunkptr smallbins[(NSMALLBINS+1)*2];
2284 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
2855 for (i = 0; i < NSMALLBINS; ++i) in do_check_malloc_state()
3297 for (i = 0; i < NSMALLBINS; ++i) { in init_bins()
/dports/devel/jna/jna-5.7.0/native/libffi/src/
H A Ddlmalloc.c2065 #define NSMALLBINS (32U) macro
2084 mchunkptr smallbins[(NSMALLBINS+1)*2];
2289 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
2860 for (i = 0; i < NSMALLBINS; ++i) in do_check_malloc_state()
3302 for (i = 0; i < NSMALLBINS; ++i) { in init_bins()
/dports/lang/gcc12-devel/gcc-12-20211205/libffi/src/
H A Ddlmalloc.c2065 #define NSMALLBINS (32U) macro
2084 mchunkptr smallbins[(NSMALLBINS+1)*2];
2289 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
2860 for (i = 0; i < NSMALLBINS; ++i) in do_check_malloc_state()
3302 for (i = 0; i < NSMALLBINS; ++i) { in init_bins()
/dports/lang/gcc8/gcc-8.5.0/libffi/src/
H A Ddlmalloc.c2060 #define NSMALLBINS (32U) macro
2079 mchunkptr smallbins[(NSMALLBINS+1)*2];
2284 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
2855 for (i = 0; i < NSMALLBINS; ++i) in do_check_malloc_state()
3297 for (i = 0; i < NSMALLBINS; ++i) { in init_bins()
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c2065 #define NSMALLBINS (32U) macro
2084 mchunkptr smallbins[(NSMALLBINS+1)*2];
2289 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
2860 for (i = 0; i < NSMALLBINS; ++i) in do_check_malloc_state()
3302 for (i = 0; i < NSMALLBINS; ++i) { in init_bins()
/dports/lang/ruby26/ruby-2.6.9/ext/fiddle/libffi-3.2.1/src/
H A Ddlmalloc.c2060 #define NSMALLBINS (32U) macro
2079 mchunkptr smallbins[(NSMALLBINS+1)*2];
2284 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)
2855 for (i = 0; i < NSMALLBINS; ++i) in do_check_malloc_state()
3297 for (i = 0; i < NSMALLBINS; ++i) { in init_bins()

123456