![]() |
Oyranos Colour Management System API |
public types of Oyranos APIs More...
#include <stdlib.h>#include <inttypes.h>Namespaces | |
| namespace | oyranos |
| The Oyranos namespace. | |
Typedefs | |
| typedef void *(* | oyAlloc_f )(size_t size) |
| typedef void(* | oyDeAlloc_f )(void *data) |
public types of Oyranos APIs
Oyranos is an open source Colour Management System
| typedef void*(* oyAlloc_f)(size_t size) |
| [in] | size | the size to allocate |
Place here your allocator, like:
| typedef void(* oyDeAlloc_f)(void *data) |
| [in] | data | the pointer to free |
Place here your deallocator, like: