Skip to main content
Ctrl+K
PhysX SDK Documentation - Home

PhysX SDK Documentation

  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch
PhysX SDK Documentation - Home

PhysX SDK Documentation

  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch

Table of Contents

  • PhysX SDK API
  • Classes
  • PxPinnedAllocator

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()#

previous

PxPhysicsGpu

next

PxPlane

On this page
  • PxPinnedAllocator
    • PxPinnedAllocator()
    • allocate()
    • deallocate()
    • setCallback()
    • getCallback()
NVIDIA NVIDIA

Copyright © 2022-2025, NVIDIA Corporation.

Last updated on Feb 07, 2025.