| Pepper_47_C_interfaces
    | 
#include <ppb_memory_dev.h>

| Public Attributes | |
| void *(* | MemAlloc )(uint32_t num_bytes) | 
| void(* | MemFree )(void *ptr) | 
The PPB_Memory_Dev interface contains pointers to functions related to memory management.
Definition at line 33 of file ppb_memory_dev.h.
| void*(* PPB_Memory_Dev_0_1::MemAlloc)(uint32_t num_bytes) | 
MemAlloc is a pointer to a function that allocate memory.
| [in] | num_bytes | A number of bytes to allocate. | 
Definition at line 41 of file ppb_memory_dev.h.
| void(* PPB_Memory_Dev_0_1::MemFree)(void *ptr) | 
MemFree is a pointer to a function that deallocates memory.
| [in] | ptr | A pointer to the memory to deallocate. It is safe to pass NULL to this function. | 
Definition at line 48 of file ppb_memory_dev.h.
 1.8.6
 1.8.6