WPILibC++ 2024.3.2
|
This is the complete list of members for wpi::AllocatorBase< DerivedT >, including all inherited members.
Allocate(size_t Size, size_t Alignment) | wpi::AllocatorBase< DerivedT > | inline |
Allocate(size_t Num=1) | wpi::AllocatorBase< DerivedT > | inline |
Deallocate(const void *Ptr, size_t Size, size_t Alignment) | wpi::AllocatorBase< DerivedT > | inline |
Deallocate(T *Ptr, size_t Num=1) | wpi::AllocatorBase< DerivedT > | inline |