Home
last modified time | relevance | path

Searched refs:gap_size (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assAnswerCloze.php49 protected $gap_size; variable in assAnswerCloze
69 $this->gap_size = 0;
144 * @param int $gap_size
146 public function setGapSize($gap_size) argument
148 $this->gap_size = $gap_size;
156 return $this->gap_size;
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assAnswerCloze.php49 protected $gap_size; variable in assAnswerCloze
69 $this->gap_size = 0;
144 * @param int $gap_size
146 public function setGapSize($gap_size) argument
148 $this->gap_size = $gap_size;
156 return $this->gap_size;
/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/common/wayfire/plugins/common/
H A Dworkspace-wall.hpp61 this->gap_size = size; in set_gap_size()
174 ws.x * (size.width + gap_size), in get_workspace_rectangle()
175 ws.y * (size.height + gap_size), in get_workspace_rectangle()
190 -gap_size, in get_wall_rectangle()
191 -gap_size, in get_wall_rectangle()
192 workspace_size.width * (size.width + gap_size) + gap_size, in get_wall_rectangle()
193 workspace_size.height * (size.height + gap_size) + gap_size in get_wall_rectangle()
201 int gap_size = 0; member in wf::workspace_wall_t
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/microwave/
H A Dmicrowave_footprint.cpp51 int gap_size = editFrame.GetDesignSettings().GetCurrentTrackWidth(); in createFootprint() local
58 text_size = gap_size; in createFootprint()
64 text_size = gap_size; in createFootprint()
79 wxString value = StringFromValue( editFrame.GetUserUnits(), gap_size ); in createFootprint()
86 gap_size = ValueFromString( editFrame.GetUserUnits(), value ); in createFootprint()
124 oX = -( gap_size + pad->GetSize().x ) / 2; in createFootprint()
131 pad->SetX0( oX + gap_size + pad->GetSize().x ); in createFootprint()
138 pad->SetY0( -( gap_size + pad->GetSize().y ) / 2 ); in createFootprint()
139 pad->SetSize( wxSize( pad->GetSize().x, gap_size ) ); in createFootprint()
158 wxPoint pt( 0, -gap_size ); in createFootprint()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/jemalloc/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/jemalloc/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys/jemalloc/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys-0.4.1+5.2.1-patched/jemalloc/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/jemalloc-5.2.1/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent),
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size);
190 assert(extent_bsize_get(extent) >= *gap_size + size);
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size,
218 PAGE_CEILING((uintptr_t)addr - gap_size);
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >>
235 size_t gap_size;
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size);
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) -
359 size_t gap_size;
[all …]
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dbase.c187 *gap_size = ALIGNMENT_CEILING((uintptr_t)extent_addr_get(extent), in base_extent_bump_alloc_helper()
189 ret = (void *)((uintptr_t)extent_addr_get(extent) + *gap_size); in base_extent_bump_alloc_helper()
190 assert(extent_bsize_get(extent) >= *gap_size + size); in base_extent_bump_alloc_helper()
192 *gap_size + size), extent_bsize_get(extent) - *gap_size - size, in base_extent_bump_alloc_helper()
218 PAGE_CEILING((uintptr_t)addr - gap_size); in base_extent_bump_alloc_post()
224 - HUGEPAGE_CEILING((uintptr_t)addr - gap_size)) >> in base_extent_bump_alloc_post()
235 size_t gap_size; in base_extent_bump_alloc() local
238 base_extent_bump_alloc_post(base, extent, gap_size, ret, size); in base_extent_bump_alloc()
254 size_t gap_size = ALIGNMENT_CEILING(header_size, alignment) - in base_block_alloc() local
359 size_t gap_size; in base_new() local
[all …]

12345678910>>...13