Private Member Functions | |
| void * | allocateMemory (Int64 size) override |
| Allocates a block for size bytes. | |
| void | freeMemory (void *address, Int64) override |
| Frees the block located at address address containing size bytes. | |
Definition at line 25 of file TestMemoryPool.cc.
|
inlineoverrideprivatevirtual |
Allocates a block for size bytes.
Implements Arcane::Impl::IMemoryPoolAllocator.
Definition at line 28 of file TestMemoryPool.cc.
|
inlineoverrideprivatevirtual |
Frees the block located at address address containing size bytes.
Implements Arcane::Impl::IMemoryPoolAllocator.
Definition at line 29 of file TestMemoryPool.cc.