24 #include "cheetah/data/CachingAllocator.h" 25 #include "panda/Log.h" 31 template <
typename Arch,
typename T>
37 template <
typename Arch,
typename T>
42 template <
typename Arch,
typename T>
45 return _pimpl->
allocate(num_elements);
48 template <
typename Arch,
typename T>
T * allocate(std::size_t num_elements)
Allocate memory.
void deallocate(T *ptr, std::size_t)
Deallocate memory.
Some limits and constants for FLDO.
A generic caching allocator implementation.
Prototype for specific implementation of Caching Allocator.
CachingAllocator()
Create a new instance.