MarvelousWololo has quit [Read error: Connection reset by peer]
mizlan has joined #ocaml
mizlan has quit [Ping timeout: 258 seconds]
mizlan has joined #ocaml
bartholin has quit [Ping timeout: 240 seconds]
bartholin has joined #ocaml
Tuplanolla has joined #ocaml
mizlan has quit [Ping timeout: 246 seconds]
spip has joined #ocaml
xd1le has joined #ocaml
mechap has joined #ocaml
mizlan has joined #ocaml
mechap has quit [Quit: WeeChat 4.0.2]
mechap has joined #ocaml
mizlan has quit [Ping timeout: 245 seconds]
mizlan has joined #ocaml
mechap has quit [Ping timeout: 258 seconds]
mechap has joined #ocaml
mbuf has joined #ocaml
neiluj has joined #ocaml
mechap has quit [Ping timeout: 260 seconds]
<neiluj>
Hi! so I've got bindings to a C library that manages its own stack and heap. One option is to patch the C lib to never allocate on this stack and heap, and write a wrapper that does the allocations with ocaml's FFI. Another one is to somehow write implement basic memory management from within ocaml but I'm curious if this topic has been explored