package mirage-solo5
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Memory management operations.
type stat = {
heap_words : int;
(*total number of words allocatable on the heap.
*)live_words : int;
(*number of live (i.e. allocated) words on the heap.
*)stack_words : int;
(*number of words in use by the program stack. This includes any space reserved by a stack guard.
*)free_words : int;
(*number of free (i.e. allocatable) words on the heap.
*)
}
Memory allocation statistics. Units are the system word size, as used by the OCaml stdlib Gc module.
val quick_stat : unit -> stat
quick_stat ()
returns memory allocation statistics. This call is computationally cheap, but the returned values may not be completely accurate.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>