Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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