|
Picasso API
2.9
|
Go to the source code of this file.
Data Structures | |
| struct | _ps_memory_funcs |
| Memory allocator functions structure. More... | |
Typedefs | |
| typedef void *(* | ps_malloc_func) (size_t size) |
| Memory allocation function pointer type. More... | |
| typedef void(* | ps_free_func) (void *ptr) |
| Memory free function pointer type. More... | |
| typedef void *(* | ps_calloc_func) (size_t num, size_t size) |
| Memory calloc function pointer type. More... | |
| typedef struct _ps_memory_funcs | ps_memory_funcs |
| Memory allocator functions structure. | |
Functions | |
| PEXPORT ps_bool PICAPI | ps_set_memory_functions (const ps_memory_funcs *funcs) |
| Set global memory allocation functions. More... | |
This file includes all interfaces of Picasso
Copyright (C) 2008 ~ 2026 Zhang Ji Peng All rights reserved. Picasso is a vector graphic library.
Definition in file picasso_backport.h.
1.8.17