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