Open Naville opened 1 year ago
my fork seems to workaround existing issue, though it seems you also need to implement _recalloc
and maybe _recalloc_base
CC @mjp41
The jemalloc compat basically has _recalloc
. If you specialise to the flag being set to say it should be zeroed:
Happy to add this overrides.
Continuing the discussion from #631 since that one is closed....
After applying the patch that also overrides
_msize_base
, the project compiles. but got greeted with many "Not allocated by this allocator" error.Running
dumpbin /SYMBOLS
on the ucrt lib shows there is a_base
variant for many other heap related APIs.I wonder these information that might requires some microsoft internal employee's knowledge: