![]() |
Oyranos
git-devel
Oyranos is a full featured Color Management System
|
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:
1.8.13