You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To replace the more C-style alloc_memory, calloc_memory, emalloc_align and ecalloc_align with C++ class construction and allocation (using new and delete) we need to provide a new allocator that handles:
default allocation (fallback to default allocators)
To replace the more C-style
alloc_memory,calloc_memory,emalloc_alignandecalloc_alignwith C++ class construction and allocation (usingnewanddelete) we need to provide a new allocator that handles: