![]() |
Oyranos Color Management System API - Version 0.9.6 |
public types of Oyranos APIs More...
#include <stdlib.h>
#include <stdint.h>
Typedefs | |
typedef void *(* | oyAlloc_f )(size_t size) |
typedef void(* | oyDeAlloc_f )(void *data) |
public types of Oyranos APIs
Oyranos is an open source Color 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: