Moved to: https://docs.google.com/document/d/1JnQZ-k63D2BN6-u8cZhqZzDsj1R7vKl9nWbHeDI4oeI/edit
Attendees:
- Greg Tatum
- Stephen Fink
- Jon Coppeard
The garbage collector in JavaScript does not use malloc to get its memory. It uses mmap on Unix systems (and another function on windows), similar to how jemalloc manages to get pages of memory. This bypasses the hooks.