Skip to content

another memory allocator change

Compare
Choose a tag to compare
@jvo203 jvo203 released this 01 Dec 01:05
· 1480 commits to master since this release
  • disabled the TCMALLOC memory allocator (a suspected bug in tcmalloc small memory allocations caused a segmentation fault)
  • alternatively a buggy x265 library might need replacing by Intel SVT-HEVC; for now reverted the memory allocator back to the standard GNU C malloc/calloc/realloc/free whilst testing another allocator: mimalloc
  • recompiled the WebAssembly with the latest emscripten compiler (enabled the mimalloc support)