WPILibC++ 2023.4.3-108-ge5452e3
|
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 |