| void * operator new | ( | size_t | size, |
| std::align_val_t | align ) |
override new operation.
| [in] | size | memory bytes. |
| [in] | align | aligned bytes. |
allocate memory using MemoryPool if is initialized.
allocate memory using malloc before MemoryPool is initialized or already exit.
Definition at line 301 of file MemoryEntry.h.
References Spices::BeforeEntry, Spices::Exit, Spices::MemoryEntry::GetProcessState(), and Spices::Run.