Home
last modified time | relevance | path

Searched refs:expand_heap (Results 1 – 25 of 36) sorted by relevance

12

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/alloc/
H A Dtests.rs109 .expand_heap(64 * 1024, module.as_ref())
138 .expand_heap(64 * 1024, module.as_ref())
147 .expand_heap(64 * 1024, module.as_ref())
178 .expand_heap(THREEPAGE_MAX_SIZE as u32, module.as_ref());
217 .expand_heap(64 * 1024, module.as_ref())
224 let past_limit_heap_area = inst.alloc_mut().expand_heap(64 * 1024, module.as_ref());
461 .expand_heap(
H A Dmod.rs137 pub fn expand_heap(&mut self, expand_bytes: u32, module: &dyn Module) -> Result<u32, Error> { in expand_heap() method
202 .expand_heap(slot, newly_accessible as u32, expand_pagealigned)?; in expand_heap()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/alloc/
H A Dtests.rs109 .expand_heap(64 * 1024, module.as_ref())
138 .expand_heap(64 * 1024, module.as_ref())
147 .expand_heap(64 * 1024, module.as_ref())
178 .expand_heap(THREEPAGE_MAX_SIZE as u32, module.as_ref());
217 .expand_heap(64 * 1024, module.as_ref())
224 let past_limit_heap_area = inst.alloc_mut().expand_heap(64 * 1024, module.as_ref());
461 .expand_heap(
H A Dmod.rs137 pub fn expand_heap(&mut self, expand_bytes: u32, module: &dyn Module) -> Result<u32, Error> { in expand_heap() method
202 .expand_heap(slot, newly_accessible as u32, expand_pagealigned)?; in expand_heap()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-runtime-internals/src/alloc/
H A Dtests.rs109 .expand_heap(64 * 1024, module.as_ref())
138 .expand_heap(64 * 1024, module.as_ref())
147 .expand_heap(64 * 1024, module.as_ref())
178 .expand_heap(THREEPAGE_MAX_SIZE as u32, module.as_ref());
217 .expand_heap(64 * 1024, module.as_ref())
224 let past_limit_heap_area = inst.alloc_mut().expand_heap(64 * 1024, module.as_ref());
461 .expand_heap(
H A Dmod.rs137 pub fn expand_heap(&mut self, expand_bytes: u32, module: &dyn Module) -> Result<u32, Error> { in expand_heap() method
202 .expand_heap(slot, newly_accessible as u32, expand_pagealigned)?; in expand_heap()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-internals/src/alloc/
H A Dtests.rs116 .expand_heap(64 * 1024, module.as_ref())
145 .expand_heap(64 * 1024, module.as_ref())
154 .expand_heap(64 * 1024, module.as_ref())
185 .expand_heap(THREEPAGE_MAX_SIZE as u32, module.as_ref());
218 let new_heap_area = inst.alloc_mut().expand_heap(
264 .expand_heap(64 * 1024, module.as_ref())
271 let past_limit_heap_area = inst.alloc_mut().expand_heap(64 * 1024, module.as_ref());
313 .expand_heap(64 * 1024, module.as_ref())
320 let past_limit_heap_area = inst.alloc_mut().expand_heap(64 * 1024, module.as_ref());
557 .expand_heap(
H A Dmod.rs217 pub fn expand_heap(&mut self, expand_bytes: u32, module: &dyn Module) -> Result<u32, Error> { in expand_heap() method
282 .expand_heap(slot, newly_accessible as u32, expand_pagealigned)?; in expand_heap()
/dports/lang/mosml/mosml-ver-2.10.1/src/runtime/
H A Dmemory.c20 static char *expand_heap (mlsize_t request) in expand_heap() function
136 new_block = expand_heap (wosize); in alloc_shr()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/region/
H A Dmod.rs50 fn expand_heap(&self, slot: &Slot, start: u32, len: u32) -> Result<(), Error>; in expand_heap() method
H A Dmmap.rs161 fn expand_heap(&self, slot: &Slot, start: u32, len: u32) -> Result<(), Error> { in expand_heap() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/region/
H A Dmod.rs50 fn expand_heap(&self, slot: &Slot, start: u32, len: u32) -> Result<(), Error>; in expand_heap() method
H A Dmmap.rs161 fn expand_heap(&self, slot: &Slot, start: u32, len: u32) -> Result<(), Error> { in expand_heap() method
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-runtime-internals/src/region/
H A Dmod.rs50 fn expand_heap(&self, slot: &Slot, start: u32, len: u32) -> Result<(), Error>; in expand_heap() method
H A Dmmap.rs161 fn expand_heap(&self, slot: &Slot, start: u32, len: u32) -> Result<(), Error> { in expand_heap() method
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-internals/src/
H A Dregion.rs67 fn expand_heap(&self, slot: &Slot, start: u32, len: u32) -> Result<(), Error>; in expand_heap() method
/dports/lang/ocaml/ocaml-4.05.0/byterun/
H A Dmemory.c370 static value *expand_heap (mlsize_t request) in expand_heap() function
488 new_block = expand_heap (wosize); in caml_alloc_shr_aux()
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/
H A Dmemory.c370 static value *expand_heap (mlsize_t request) in expand_heap() function
488 new_block = expand_heap (wosize); in caml_alloc_shr_aux()
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-c/examples/
H A Dmalloc.c162 static struct chunk *expand_heap(size_t n) in expand_heap() function
342 c = expand_heap(n); in malloc()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/malloc/
H A Dmalloc.c126 static struct chunk *expand_heap(size_t n) in expand_heap() function
306 c = expand_heap(n); in malloc()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/malloc/oldmalloc/
H A Dmalloc.c196 static struct chunk *expand_heap(size_t n) in expand_heap() function
336 c = expand_heap(n); in malloc()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/malloc/oldmalloc/
H A Dmalloc.c196 static struct chunk *expand_heap(size_t n) in expand_heap() function
336 c = expand_heap(n); in malloc()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/malloc/oldmalloc/
H A Dmalloc.c196 static struct chunk *expand_heap(size_t n) in expand_heap() function
336 c = expand_heap(n); in malloc()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/malloc/oldmalloc/
H A Dmalloc.c196 static struct chunk *expand_heap(size_t n) in expand_heap() function
336 c = expand_heap(n); in malloc()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/malloc/oldmalloc/
H A Dmalloc.c196 static struct chunk *expand_heap(size_t n) in expand_heap() function
336 c = expand_heap(n); in malloc()

12