Home
last modified time | relevance | path

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

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzHeap.cpp65 _page_allocator(heap_min_size(), heap_max_size(), heap_max_reserve_size()), in ZHeap()
72 _serviceability(heap_min_size(), heap_max_size()) { in ZHeap()
78 ZStatHeap::set_at_initialize(heap_max_size(), heap_max_reserve_size()); in ZHeap()
83 return MIN2(aligned_min_size, heap_max_size()); in heap_min_size()
86 size_t ZHeap::heap_max_size() const { in heap_max_size() function in ZHeap
95 return MIN2(max_reserve_size, heap_max_size()); in heap_max_reserve_size()
H A DzHeap.hpp67 size_t heap_max_size() const;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzHeap.cpp65 _page_allocator(heap_min_size(), heap_max_size(), heap_max_reserve_size()), in ZHeap()
72 _serviceability(heap_min_size(), heap_max_size()) { in ZHeap()
78 ZStatHeap::set_at_initialize(heap_max_size(), heap_max_reserve_size()); in ZHeap()
83 return MIN2(aligned_min_size, heap_max_size()); in heap_min_size()
86 size_t ZHeap::heap_max_size() const { in heap_max_size() function in ZHeap
95 return MIN2(max_reserve_size, heap_max_size()); in heap_max_reserve_size()
H A DzHeap.hpp67 size_t heap_max_size() const;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/z/
H A DzHeap.cpp65 _page_allocator(heap_min_size(), heap_max_size(), heap_max_reserve_size()), in ZHeap()
73 _serviceability(heap_min_size(), heap_max_size()) { in ZHeap()
79 ZStatHeap::set_at_initialize(heap_max_size(), heap_max_reserve_size()); in ZHeap()
84 return MIN2(aligned_min_size, heap_max_size()); in heap_min_size()
87 size_t ZHeap::heap_max_size() const { in heap_max_size() function in ZHeap
96 return MIN2(max_reserve_size, heap_max_size()); in heap_max_reserve_size()
H A DzHeap.hpp67 size_t heap_max_size() const;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/z/
H A DzHeap.cpp68 _page_allocator(heap_min_size(), heap_initial_size(), heap_max_size(), heap_max_reserve_size()), in ZHeap()
77 _serviceability(heap_min_size(), heap_max_size()) { in ZHeap()
83 ZStatHeap::set_at_initialize(heap_min_size(), heap_max_size(), heap_max_reserve_size()); in ZHeap()
94 size_t ZHeap::heap_max_size() const { in heap_max_size() function in ZHeap
102 return MIN2(max_reserve_size, heap_max_size()); in heap_max_reserve_size()
H A DzHeap.hpp70 size_t heap_max_size() const;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/
H A DzHeap.cpp60 …_page_allocator(&_workers, heap_min_size(), heap_initial_size(), heap_max_size(), heap_max_reserve… in ZHeap()
69 _serviceability(heap_min_size(), heap_max_size()) { in ZHeap()
75 ZStatHeap::set_at_initialize(heap_min_size(), heap_max_size(), heap_max_reserve_size()); in ZHeap()
86 size_t ZHeap::heap_max_size() const { in heap_max_size() function in ZHeap
94 return MIN2(max_reserve_size, heap_max_size()); in heap_max_reserve_size()
H A DzHeap.hpp65 size_t heap_max_size() const;
/dports/sysutils/vector/vector-0.10.0/website/docs/reference/transforms/
H A Dwasm.md56 heap_max_size = 10485760 # optional, default
68 heap_max_size = 10485760 # optional, default
108 name={"heap_max_size"}
118 ### heap_max_size subsection
/dports/lang/chibi-scheme/chibi-scheme-0.10/
H A Dmain.c269 sexp_uint_t heap_max_size, sexp_sint_t fold_case) { in do_init_context() argument
270 *ctx = sexp_make_eval_context(NULL, NULL, NULL, heap_size, heap_max_size); in do_init_context()
287 do_init_context(&ctx, &env, heap_size, heap_max_size, fold_case); \
310 sexp_uint_t heap_size=0, heap_max_size=SEXP_MAXIMUM_HEAP_SIZE; in run_main() local
441 heap_max_size = strtoul(arg+1, &arg, 0); in run_main()
442 if (sexp_isalpha((unsigned char)*arg)) heap_max_size *= multiplier(*arg++); in run_main()
454 ctx = sexp_load_image(arg, 0, heap_size, heap_max_size); in run_main()
H A Dgc_heap.c606 …image (const char* filename, off_t offset, sexp_uint_t heap_free_size, sexp_uint_t heap_max_size) { in sexp_load_image() argument
686 if (heap_max_size > SEXP_INITIAL_HEAP_SIZE) { in sexp_load_image()
687 sexp_context_heap(ctx)->max_size = heap_max_size; in sexp_load_image()
700 sexp sexp_load_image (const char* filename, sexp_uint_t heap_free_size, sexp_uint_t heap_max_size) { in sexp_load_image() argument
/dports/lang/chibi-scheme/chibi-scheme-0.10/include/chibi/
H A Dgc_heap.h91 …_image (const char* filename, off_t offset, sexp_uint_t heap_free_size, sexp_uint_t heap_max_size);
/dports/www/firefox/firefox-99.0/third_party/wasm2c/wasm2c/
H A Dwasm-rt-impl.c287 const uint64_t heap_max_size = ((uint64_t) chosen_max_pages) * WASM_PAGE_SIZE; in wasm_rt_allocate_memory() local
288 *(uint8_t**) &memory->data = calloc(heap_max_size, 1); in wasm_rt_allocate_memory()
/dports/sysutils/vector/vector-0.10.0/.meta/transforms/
H A Dwasm.toml.erb40 [transforms.wasm.options.heap_max_size]
/dports/security/gef/gef-2021.10/
H A Dgef.py1062 heap_max_size = 2 * default_mmap_threshold_max
1063 return ptr & ~(heap_max_size - 1)
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/
H A DChangeLog-1999326 (heap_max_size): Likewise.
/dports/lang/gcc48/gcc-4.8.5/libjava/
H A DChangeLog-1999326 (heap_max_size): Likewise.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/
H A DChangeLog-1999326 (heap_max_size): Likewise.
/dports/lang/gnat_util/gcc-6-20180516/libjava/
H A DChangeLog-1999326 (heap_max_size): Likewise.
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/
H A DChangeLog-1999326 (heap_max_size): Likewise.
/dports/sysutils/vector/vector-0.10.0/config/
H A Dvector.spec.toml2998 heap_max_size = 10485760
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/
H A DChangeLog-1999326 (heap_max_size): Likewise.
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/
H A DChangeLog-1999326 (heap_max_size): Likewise.