rc_malloc.h File Reference

Memory allocation. More...

Go to the source code of this file.

Functions

RC_EXPORT size_t rc_align (size_t size)
 Align (round up) to the next alignment boundary.
RC_EXPORT void * rc_malloc (size_t size)
 Allocate an aligned chunk of memory.
RC_EXPORT void rc_free (void *ptr)
 Free an aligned chunk of memory.

Variables

const unsigned int rc_alignment
 The required pixel buffer and row length alignment in bytes.

Detailed Description

Memory allocation.


Function Documentation

RC_EXPORT size_t rc_align ( size_t  size  ) 

Align (round up) to the next alignment boundary.

RC_EXPORT void rc_free ( void *  ptr  ) 

Free an aligned chunk of memory.

RC_EXPORT void* rc_malloc ( size_t  size  ) 

Allocate an aligned chunk of memory.


Variable Documentation

const unsigned int rc_alignment

The required pixel buffer and row length alignment in bytes.


Generated on 1 Jun 2016 for RAPP Compute by  doxygen 1.6.1