PxPinnedAllocator#
Defined in include/foundation/PxPinnedArray.h
-
template<class T>
class PxPinnedAllocator# Public Functions
- inline PxPinnedAllocator(
- PxVirtualAllocatorCallback *callback = NULL,
- int group = 0,
- inline void *allocate(
- size_t size,
- const char *file,
- int line,
- uint32_t *cookie = NULL,
-
inline void deallocate(void *ptr, uint32_t *cookie = NULL)#
-
inline void setCallback(PxVirtualAllocatorCallback *callback)#
-
inline PxVirtualAllocatorCallback *getCallback()#