replace intern_obj_table array with Vec
commitdc60592bd056f568273de7361d22d547e9d6306e
authorShayne Fletcher <shaynefletcher@fb.com>
Tue, 13 Sep 2022 02:37:54 +0000 (12 19:37 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 13 Sep 2022 02:37:54 +0000 (12 19:37 -0700)
tree0dcff3524b60ed814f5f8ef6b2fb508c0dfafee3
parent34bd609a12177966150c44c3c2fec7ec9f290dc7
replace intern_obj_table array with Vec

Summary: change `intern_obj_table` to be a `Vec<Value<'a>>`. this enables us to drop use of `caml_stat_alloc_noexc`

Differential Revision: D39418446

fbshipit-source-id: 6b442ba83e88d5e1ecf70fe715927ca0ee871175
hphp/hack/src/ocamlrep_marshal/deser.rs