Basic questions about allocation / minimizing allocations
|
|
3
|
284
|
July 29, 2024
|
The best ressources to learn about OCaml GC
|
|
3
|
588
|
July 10, 2023
|
OCaml 5: forcing objects to be collected and finalized
|
|
4
|
621
|
June 27, 2023
|
OCaml heap "fsck" and forcing collection of unreachable objects
|
|
3
|
491
|
May 31, 2023
|
How to keep OCaml races bounded in space and time in the presence of C stubs?
|
|
3
|
715
|
February 16, 2023
|
OCaml 5 GC. Releasing memory back to the OS
|
|
17
|
2455
|
February 11, 2023
|
Per-domain memory allocation limits?
|
|
1
|
786
|
February 2, 2022
|
Gc.finalise and let open struct .. end
|
|
4
|
556
|
April 16, 2021
|
C callbacks for GNU readline command completion
|
|
10
|
1354
|
March 21, 2021
|
Ctypes: what's the most idiomatic way to anchor an OCaml value so that it's not garbage collected?
|
|
2
|
1237
|
August 19, 2020
|
Is there a way to turn off garbage collection inside of one function?
|
|
15
|
2295
|
April 27, 2020
|
Are custom blocks ever moved by the garbage collector?
|
|
1
|
808
|
March 3, 2019
|
Are Begin_rootsN and End_roots deprecated?
|
|
0
|
738
|
March 1, 2019
|
How to measure the memory occupied by a given data structure?
|
|
9
|
2475
|
May 18, 2018
|
Closing file descriptors via GC finaliser?
|
|
7
|
1408
|
August 5, 2017
|