Home
last modified time | relevance | path

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

12

/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/util/
H A Ddzl-heap.c78 #define MIN_HEAP_SIZE 16 macro
200 real->allocated_len = MAX (MIN_HEAP_SIZE, (real->allocated_len * 2)); in dzl_heap_real_grow()
212 real->allocated_len = MAX (MIN_HEAP_SIZE, real->allocated_len / 2); in dzl_heap_real_shrink()
314 if ((real->len > MIN_HEAP_SIZE) && (real->allocated_len / 2) >= (gsize)real->len) in dzl_heap_extract()
385 if ((real->len > MIN_HEAP_SIZE) && (real->allocated_len / 2) >= (gsize)real->len) in dzl_heap_extract_index()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/low/
H A Dheaps.h63 #define MIN_HEAP_SIZE 256 macro
H A Dheaps.cc96 if (size<MIN_HEAP_SIZE) return(NULL); in NewHeap()
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dprocesses.h79 #define MIN_HEAP_SIZE 4096 // Minimum and initial heap segment size (words) macro
H A Dprocesses.cpp780 TaskData::TaskData(): allocPointer(0), allocLimit(0), allocSize(MIN_HEAP_SIZE), allocCount(0), in TaskData()
2071 if (allocSize < MIN_HEAP_SIZE) in GarbageCollect()
2072 allocSize = MIN_HEAP_SIZE; in GarbageCollect()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Dug_undefs.hh537 #undef MIN_HEAP_SIZE
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_bif_info.c1735 (void) erts_bld_uint(NULL, &hsz, MIN_HEAP_SIZE(rp)); in process_info_aux()
1737 res = erts_bld_uint(&hp, NULL, MIN_HEAP_SIZE(rp)); in process_info_aux()
1824 t = TUPLE2(hp, am_min_heap_size, make_small(MIN_HEAP_SIZE(rp))); hp += 3; in process_info_aux()
H A Derl_gc.c1545 wanted = wanted < MIN_HEAP_SIZE(p) ? MIN_HEAP_SIZE(p) in minor_collection()
H A Derl_process.h922 # define MIN_HEAP_SIZE(p) (p)->min_heap_size macro
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_bif_info.c1722 (void) erts_bld_uint(NULL, &hsz, MIN_HEAP_SIZE(rp)); in process_info_aux()
1724 res = erts_bld_uint(&hp, NULL, MIN_HEAP_SIZE(rp)); in process_info_aux()
1811 t = TUPLE2(hp, am_min_heap_size, make_small(MIN_HEAP_SIZE(rp))); hp += 3; in process_info_aux()
H A Derl_gc.c1464 wanted = wanted < MIN_HEAP_SIZE(p) ? MIN_HEAP_SIZE(p) in minor_collection()
H A Derl_process.h911 # define MIN_HEAP_SIZE(p) (p)->min_heap_size macro
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_gc.c1548 wanted = wanted < MIN_HEAP_SIZE(p) ? MIN_HEAP_SIZE(p) in minor_collection()
H A Derl_bif_info.c1769 (void) erts_bld_uint(NULL, &hsz, MIN_HEAP_SIZE(rp)); in process_info_aux()
1771 res = erts_bld_uint(&hp, NULL, MIN_HEAP_SIZE(rp)); in process_info_aux()
1858 t = TUPLE2(hp, am_min_heap_size, make_small(MIN_HEAP_SIZE(rp))); hp += 3; in process_info_aux()
H A Derl_process.h922 # define MIN_HEAP_SIZE(p) (p)->min_heap_size macro
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_gc.c1459 wanted = wanted < MIN_HEAP_SIZE(p) ? MIN_HEAP_SIZE(p) in minor_collection()
H A Derl_bif_info.c1766 (void) erts_bld_uint(NULL, &hsz, MIN_HEAP_SIZE(rp)); in process_info_aux()
1768 res = erts_bld_uint(&hp, NULL, MIN_HEAP_SIZE(rp)); in process_info_aux()
1857 t = TUPLE2(hp, am_min_heap_size, make_small(MIN_HEAP_SIZE(rp))); hp += 3; in process_info_aux()
H A Derl_process.h973 # define MIN_HEAP_SIZE(p) (p)->min_heap_size macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_gc.c1459 wanted = wanted < MIN_HEAP_SIZE(p) ? MIN_HEAP_SIZE(p) in minor_collection()
H A Derl_bif_info.c1766 (void) erts_bld_uint(NULL, &hsz, MIN_HEAP_SIZE(rp)); in process_info_aux()
1768 res = erts_bld_uint(&hp, NULL, MIN_HEAP_SIZE(rp)); in process_info_aux()
1857 t = TUPLE2(hp, am_min_heap_size, make_small(MIN_HEAP_SIZE(rp))); hp += 3; in process_info_aux()
H A Derl_process.h973 # define MIN_HEAP_SIZE(p) (p)->min_heap_size macro
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_gc.c1459 wanted = wanted < MIN_HEAP_SIZE(p) ? MIN_HEAP_SIZE(p) in minor_collection()
H A Derl_bif_info.c1766 (void) erts_bld_uint(NULL, &hsz, MIN_HEAP_SIZE(rp)); in process_info_aux()
1768 res = erts_bld_uint(&hp, NULL, MIN_HEAP_SIZE(rp)); in process_info_aux()
1857 t = TUPLE2(hp, am_min_heap_size, make_small(MIN_HEAP_SIZE(rp))); hp += 3; in process_info_aux()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_gc.c1459 wanted = wanted < MIN_HEAP_SIZE(p) ? MIN_HEAP_SIZE(p) in minor_collection()
H A Derl_bif_info.c1766 (void) erts_bld_uint(NULL, &hsz, MIN_HEAP_SIZE(rp)); in process_info_aux()
1768 res = erts_bld_uint(&hp, NULL, MIN_HEAP_SIZE(rp)); in process_info_aux()
1857 t = TUPLE2(hp, am_min_heap_size, make_small(MIN_HEAP_SIZE(rp))); hp += 3; in process_info_aux()

12