Home
last modified time | relevance | path

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

12

/dports/lang/mosml/mosml-ver-2.10.1/src/runtime/
H A Dmlvalues.h104 #define Max_wosize ((1L << 54) - 1) macro
107 #define Max_wosize ((1 << 14) - 1) macro
109 #define Max_wosize ((1 << 22) - 1) macro
H A Dconfig.h99 #define Heap_chunk_max (Bhsize_wosize (Max_wosize))
H A Dsys.c235 Field(global_data, SYS__MAX_VECT_LENGTH) = Val_long(Max_wosize); in sys_init()
237 Val_long(Max_wosize * sizeof(value) - 2); in sys_init()
H A Dinterncp.c160 if (Wosize_whsize(whsize) > Max_wosize) in intern_compact_val()
H A Dintern.c517 if (wosize > Max_wosize) in intern_fast_val()
532 if (wosize > Max_wosize) { in intern_fast_val()
H A Dmosml.c386 if( (len + sizeof (value)) / sizeof (value) > Max_wosize ) in sml_concat()
591 if( (len + 2 + sizeof (value)) / sizeof (value) > Max_wosize ) in sml_makestring_of_string()
1399 if (wosize > Max_wosize) in mlval_string()
/dports/lang/ocaml/ocaml-4.05.0/byterun/
H A Dmemory.c376 Assert (request <= Max_wosize); in expand_heap()
387 while (Wosize_whsize (remain) > Max_wosize){ in expand_heap()
388 Hd_hp (hp) = Make_header (Max_wosize, 0, Caml_blue); in expand_heap()
392 hp += Whsize_wosize (Max_wosize); in expand_heap()
393 remain -= Whsize_wosize (Max_wosize); in expand_heap()
480 if (wosize > Max_wosize) { in caml_alloc_shr_aux()
H A Darray.c160 }else if (wosize > Max_wosize) in caml_make_float_vect()
187 if (wsize > Max_wosize) caml_invalid_argument("Array.make"); in caml_make_vect()
193 if (size > Max_wosize) caml_invalid_argument("Array.make"); in caml_make_vect()
329 if (size > Max_wosize/Double_wosize) caml_invalid_argument("Array.concat"); in caml_array_gather()
340 else if (size > Max_wosize) { in caml_array_gather()
H A Dfreelist.c470 if (bp_whsz <= Max_wosize){ in caml_fl_merge_block()
485 if (Wosize_hd (hd) + cur_whsz <= Max_wosize){ in caml_fl_merge_block()
503 && prev_wosz + Whsize_hd (hd) < Max_wosize){ in caml_fl_merge_block()
587 if (size > Whsize_wosize (Max_wosize)){ in caml_make_free_blocks()
588 sz = Whsize_wosize (Max_wosize); in caml_make_free_blocks()
H A Dstr.c64 if (size > Bsize_wsize (Max_wosize) - 1){ in caml_create_string()
74 if (size > Bsize_wsize (Max_wosize) - 1){ in caml_create_bytes()
H A Dweak.c68 if (size <= 0 || size > Max_wosize) caml_invalid_argument ("Weak.create"); in caml_ephe_create()
H A Dsys.c521 return Val_long(Max_wosize) ; in caml_sys_const_max_wosize()
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/
H A Dmemory.c376 Assert (request <= Max_wosize); in expand_heap()
387 while (Wosize_whsize (remain) > Max_wosize){ in expand_heap()
388 Hd_hp (hp) = Make_header (Max_wosize, 0, Caml_blue); in expand_heap()
392 hp += Whsize_wosize (Max_wosize); in expand_heap()
393 remain -= Whsize_wosize (Max_wosize); in expand_heap()
480 if (wosize > Max_wosize) { in caml_alloc_shr_aux()
H A Darray.c160 }else if (wosize > Max_wosize) in caml_make_float_vect()
187 if (wsize > Max_wosize) caml_invalid_argument("Array.make"); in caml_make_vect()
193 if (size > Max_wosize) caml_invalid_argument("Array.make"); in caml_make_vect()
329 if (size > Max_wosize/Double_wosize) caml_invalid_argument("Array.concat"); in caml_array_gather()
340 else if (size > Max_wosize) { in caml_array_gather()
H A Dfreelist.c470 if (bp_whsz <= Max_wosize){ in caml_fl_merge_block()
485 if (Wosize_hd (hd) + cur_whsz <= Max_wosize){ in caml_fl_merge_block()
503 && prev_wosz + Whsize_hd (hd) < Max_wosize){ in caml_fl_merge_block()
587 if (size > Whsize_wosize (Max_wosize)){ in caml_make_free_blocks()
588 sz = Whsize_wosize (Max_wosize); in caml_make_free_blocks()
H A Dstr.c64 if (size > Bsize_wsize (Max_wosize) - 1){ in caml_create_string()
74 if (size > Bsize_wsize (Max_wosize) - 1){ in caml_create_bytes()
H A Dweak.c68 if (size <= 0 || size > Max_wosize) caml_invalid_argument ("Weak.create"); in caml_ephe_create()
H A Dsys.c521 return Val_long(Max_wosize) ; in caml_sys_const_max_wosize()
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/front/caml/
H A Dmlvalues.h112 #define Max_wosize ((1L << 54) - 1) macro
114 #define Max_wosize ((1 << 22) - 1) macro
/dports/lang/ocaml/ocaml-4.05.0/byterun/caml/
H A Dmlvalues.h139 #define Max_wosize (((intnat)1 << (54-PROFINFO_WIDTH)) - 1) macro
141 #define Max_wosize ((1 << 22) - 1) macro
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/caml/
H A Dmlvalues.h139 #define Max_wosize (((intnat)1 << (54-PROFINFO_WIDTH)) - 1) macro
141 #define Max_wosize ((1 << 22) - 1) macro
/dports/lang/ocaml/ocaml-4.05.0/middle_end/
H A Dsimplify_primitives.ml149 | Max_wosize ->
/dports/lang/ocaml/ocaml-4.05.0/bytecomp/
H A Dlambda.mli24 | Max_wosize Constructor
/dports/lang/ocaml-nox11/ocaml-4.05.0/bytecomp/
H A Dlambda.mli24 | Max_wosize Constructor
/dports/lang/ocaml-nox11/ocaml-4.05.0/middle_end/
H A Dsimplify_primitives.ml149 | Max_wosize ->

12