Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Struct encapsulating memory hooks.
Syntax
typedef struct PFMemoryHooks {
PFMemAllocFunction* alloc;
PFMemFreeFunction* free;
} PFMemoryHooks;
Members
alloc PFMemAllocFunction*
Custom allocation hook.
free PFMemFreeFunction*
Custom free hook.
Remarks
Both hooks must be set at the same time.
Requirements
Header: PFPlatform.h