CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
coreflow::Memory Class Reference

#include <vx_memory.h>

Static Public Member Functions

static vx_bool freeMemory (vx_context context, vx_memory_t *memory)
 Frees a memory block.
 
static vx_bool allocateMemory (vx_context context, vx_memory_t *memory)
 Allocates a memory block.
 
static void printMemory (vx_memory_t *mem)
 Print info of memory block.
 
static vx_size computeMemorySize (vx_memory_t *memory, vx_uint32 p)
 Compute size of memory block.
 
static void * formatMemoryPtr (vx_memory_t *memory, vx_uint32 c, vx_uint32 x, vx_uint32 y, vx_uint32 p)
 Get pointer to memory block.