|
Picasso API
2.9
|
Memory allocator functions structure. More...
#include <picasso_backport.h>
Data Fields | |
| ps_free_func | mem_free |
| ps_calloc_func | mem_calloc |
Memory allocator functions structure.
Definition at line 63 of file picasso_backport.h.
| ps_calloc_func _ps_memory_funcs::mem_calloc |
Memory free function
Definition at line 66 of file picasso_backport.h.
| ps_free_func _ps_memory_funcs::mem_free |
Memory allocation function
Definition at line 65 of file picasso_backport.h.
1.8.17