-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
Please implement this allocator.
https://github.com/v8/v8/blob/main/src/zone/zone.h
That header file contains enough description for it.
Zone is a useful allocator for performant memory management. Acts like an stack on heap.
I wonder why there's no implementation for it in STL.
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
TODO