#include <SysAPIManager.hpp>
Static Public Member Functions | |
static void * | allocateMemory (size_t length) |
static void | releaseMemory (void *p) |
static void * | allocateMemory (size_t length) |
static void | releaseMemory (void *p) |
Definition at line 44 of file unix/SysAPIManager.hpp.
|
static |
Allocate API memory on behalf of the allocate memory call.
l | The length of the required memory. |
Definition at line 49 of file unix/SysAPIManager.cpp.
Referenced by ManagedRxstring::allocateResult(), ServiceMessage::allocateResultMemory(), and RexxAllocateMemory().
|
static |
|
static |
Free API memory.
p | Pointer to the memory location. |
Definition at line 59 of file unix/SysAPIManager.cpp.
Referenced by ManagedRxstring::ensureCapacity(), ServiceMessage::releaseResultMemory(), RexxFreeMemory(), and ManagedRxstring::~ManagedRxstring().
|
static |