PxAllocator.h#
Fully qualified name: include/foundation/PxAllocator.h
Source file: PxAllocator.h
Classes#
- PxAllocator
Allocator used to access the global PxAllocatorCallback instance without providing additional information.
- PxRawAllocator
Bootstrap allocator using malloc/free.
- PxReflectionAllocator
Allocator used to access the global PxAllocatorCallback instance using a static name derived from T.
- PxVirtualAllocator
Virtual allocator to be used by foundation types to provide run-time defined allocators.
- PxVirtualAllocatorCallback
Virtual allocator callback used to provide run-time defined allocators to foundation types like Array or Bitmap.