Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::PxDefaultAllocator Class Referencefinal

#include <PhysX.h>

+ Inheritance diagram for Divide::PxDefaultAllocator:

Private Member Functions

void * allocate (const size_t size, const char *, const char *, int) noexcept override
 
void deallocate (void *ptr) noexcept override
 

Static Private Attributes

static constexpr size_t s_alignment = 16u
 

Detailed Description

Definition at line 55 of file PhysX.h.

Member Function Documentation

◆ allocate()

void * Divide::PxDefaultAllocator::allocate ( const size_t  size,
const char *  ,
const char *  ,
int   
)
inlineoverrideprivatenoexcept

Definition at line 57 of file PhysX.h.

◆ deallocate()

void Divide::PxDefaultAllocator::deallocate ( void *  ptr)
inlineoverrideprivatenoexcept

Definition at line 62 of file PhysX.h.

Member Data Documentation

◆ s_alignment

constexpr size_t Divide::PxDefaultAllocator::s_alignment = 16u
staticconstexprprivate

Definition at line 68 of file PhysX.h.


The documentation for this class was generated from the following file: