Memory arena interface.
More...
Go to the source code of this file.
|
| roc |
| Root namespace.
|
|
| roc::core |
| General-purpose building blocks and platform abstraction layer.
|
|
Memory arena interface.
Definition in file iarena.h.
◆ operator delete()
Placement delete for core::IArena.
- Note
- Compiler calls this if ctor throws in a placement new expression.
Definition at line 73 of file iarena.h.
◆ operator delete[]()
Placement delete[] for core::IArena.
- Note
- Compiler calls this if ctor throws in a placement new[] expression.
Definition at line 81 of file iarena.h.
◆ operator new()
Placement new for core::IArena.
- Note
- nothrow forces compiler to check for NULL return value before calling ctor.
Definition at line 58 of file iarena.h.
◆ operator new[]()
Placement new[] for core::IArena.
- Note
- nothrow forces compiler to check for NULL return value before calling ctor.
Definition at line 65 of file iarena.h.