Home
last modified time | relevance | path

Searched refs:pad_request (Results 1 – 25 of 126) sorted by relevance

123456

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/ptmalloc/
H A Dmalloc-private.h107 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
131 #define pad_request(req) \ macro
/dports/devel/ptmalloc/ptmalloc3/
H A Dmalloc-private.h107 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
131 #define pad_request(req) \ macro
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_alloc.c432 #define pad_request(req) \ macro
437 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
600 (align_offset(TWO_SIZE_T_SIZES)+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
941 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
1234 size_t msize = pad_request(sizeof(struct malloc_state)); in lj_alloc_create()
1277 nb = (nsize < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(nsize); in lj_alloc_malloc()
1318 nb = pad_request(nsize); in lj_alloc_malloc()
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_alloc.c432 #define pad_request(req) \ macro
437 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
600 (align_offset(TWO_SIZE_T_SIZES)+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
941 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
1234 size_t msize = pad_request(sizeof(struct malloc_state)); in lj_alloc_create()
1277 nb = (nsize < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(nsize); in lj_alloc_malloc()
1318 nb = pad_request(nsize); in lj_alloc_malloc()
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_alloc.c360 #define pad_request(req) \ macro
365 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
527 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
867 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
1159 size_t msize = pad_request(sizeof(struct malloc_state)); in lj_alloc_create()
1196 nb = (nsize < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(nsize); in lj_alloc_malloc()
1237 nb = pad_request(nsize); in lj_alloc_malloc()
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_alloc.c373 #define pad_request(req) \ macro
378 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
540 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
880 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
1172 size_t msize = pad_request(sizeof(struct malloc_state)); in lj_alloc_create()
1209 nb = (nsize < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(nsize); in lj_alloc_malloc()
1250 nb = pad_request(nsize); in lj_alloc_malloc()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_alloc.c432 #define pad_request(req) \ macro
437 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
600 (align_offset(TWO_SIZE_T_SIZES)+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
941 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
1234 size_t msize = pad_request(sizeof(struct malloc_state)); in lj_alloc_create()
1277 nb = (nsize < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(nsize); in lj_alloc_malloc()
1318 nb = pad_request(nsize); in lj_alloc_malloc()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_alloc.c346 #define pad_request(req) \ macro
351 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
513 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
853 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
1145 size_t msize = pad_request(sizeof(struct malloc_state)); in lj_alloc_create()
1182 nb = (nsize < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(nsize); in lj_alloc_malloc()
1223 nb = pad_request(nsize); in lj_alloc_malloc()
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_alloc.c445 #define pad_request(req) \ macro
450 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
612 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
952 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
1244 size_t msize = pad_request(sizeof(struct malloc_state)); in lj_alloc_create()
1281 nb = (nsize < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(nsize); in lj_alloc_malloc()
1322 nb = pad_request(nsize); in lj_alloc_malloc()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_alloc.c432 #define pad_request(req) \
437 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
600 (align_offset(TWO_SIZE_T_SIZES)+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
941 size_t ssize = pad_request(sizeof(struct malloc_segment));
1234 size_t msize = pad_request(sizeof(struct malloc_state));
1277 nb = (nsize < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(nsize);
1318 nb = pad_request(nsize);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_alloc.c354 #define pad_request(req) \ macro
359 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
521 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
861 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
1153 size_t msize = pad_request(sizeof(struct malloc_state)); in lj_alloc_create()
1190 nb = (nsize < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(nsize); in lj_alloc_malloc()
1231 nb = pad_request(nsize); in lj_alloc_malloc()
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_alloc.c445 #define pad_request(req) \ macro
450 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
612 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
952 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
1244 size_t msize = pad_request(sizeof(struct malloc_state)); in lj_alloc_create()
1281 nb = (nsize < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(nsize); in lj_alloc_malloc()
1322 nb = pad_request(nsize); in lj_alloc_malloc()
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_alloc.c373 #define pad_request(req) \ macro
378 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
540 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
880 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
1172 size_t msize = pad_request(sizeof(struct malloc_state)); in lj_alloc_create()
1209 nb = (nsize < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(nsize); in lj_alloc_malloc()
1250 nb = pad_request(nsize); in lj_alloc_malloc()
/dports/lang/gcc6-aux/gcc-6-20180516/libffi/src/
H A Ddlmalloc.c1698 #define pad_request(req) \ macro
1703 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2188 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3371 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
4153 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4206 nb = pad_request(bytes); in dlmalloc()
4469 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4490 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4509 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
4560 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]
/dports/devel/jna/jna-5.7.0/native/libffi/src/
H A Ddlmalloc.c1703 #define pad_request(req) \ macro
1708 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2193 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3376 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
4158 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4211 nb = pad_request(bytes); in dlmalloc()
4474 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4495 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4514 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
4565 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libffi/src/
H A Ddlmalloc.c1703 #define pad_request(req) \ macro
1708 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2193 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3376 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
4158 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4211 nb = pad_request(bytes); in dlmalloc()
4474 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4495 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4514 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
4565 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libffi/src/
H A Ddlmalloc.c1698 #define pad_request(req) \ macro
1703 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2188 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3371 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
4153 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4206 nb = pad_request(bytes); in dlmalloc()
4469 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4490 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4509 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
4560 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c1703 #define pad_request(req) \ macro
1708 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2193 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3376 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
4158 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4211 nb = pad_request(bytes); in dlmalloc()
4474 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4495 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4514 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
4565 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]
/dports/lang/ruby26/ruby-2.6.9/ext/fiddle/libffi-3.2.1/src/
H A Ddlmalloc.c1698 #define pad_request(req) \ macro
1703 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2188 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3371 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
4153 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4206 nb = pad_request(bytes); in dlmalloc()
4469 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4490 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4509 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
4560 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Ddlmalloc.c1664 #define pad_request(req) \ macro
1669 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2118 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3304 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
4091 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4144 nb = pad_request(bytes); in dlmalloc()
4415 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4436 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4455 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
4505 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/stdlib/
H A DSDL_malloc.c1687 #define pad_request(req) \ macro
1692 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2141 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3321 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
4101 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4154 nb = pad_request(bytes); in dlmalloc()
4417 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4438 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4457 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
4508 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libffi/src/
H A Ddlmalloc.c1698 #define pad_request(req) \ macro
1703 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2188 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3371 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
4153 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4206 nb = pad_request(bytes); in dlmalloc()
4469 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4490 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4509 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
4560 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libffi/src/
H A Ddlmalloc.c1698 #define pad_request(req) \ macro
1703 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2188 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3371 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
4153 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4206 nb = pad_request(bytes); in dlmalloc()
4469 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4490 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4509 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
4560 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/ctypes/libffi/src/
H A Ddlmalloc.c1703 #define pad_request(req) \ macro
1708 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2193 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3376 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
4158 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4211 nb = pad_request(bytes); in dlmalloc()
4474 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4495 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4514 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
4565 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/ctypes/libffi/src/
H A Ddlmalloc.c1698 #define pad_request(req) \ macro
1703 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2188 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3371 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
4153 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in dlmalloc()
4206 nb = pad_request(bytes); in dlmalloc()
4469 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4490 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4509 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
4560 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes); in mspace_malloc()
[all …]

123456