|
Pepper_31_C++_interfaces
|
APIs related to memory management, time, and threads. More...
#include <memory_dev.h>

Public Member Functions | |
| Memory_Dev () | |
| void * | MemAlloc (uint32_t num_bytes) |
| void | MemFree (void *ptr) |
APIs related to memory management, time, and threads.
Definition at line 16 of file memory_dev.h.
|
inline |
Definition at line 18 of file memory_dev.h.
| void* pp::Memory_Dev::MemAlloc | ( | uint32_t | num_bytes | ) |
A function that allocates memory.
| [in] | num_bytes | A number of bytes to allocate. |
| void pp::Memory_Dev::MemFree | ( | void * | ptr | ) |
A function that deallocates memory.
| [in] | ptr | A pointer to the memory to deallocate. It is safe to pass NULL to this function. |
1.8.6