Picasso API  2.9
Data Structures | Typedefs | Functions
picasso_backport.h File Reference
#include <stdlib.h>
#include "picasso.h"

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...
 

Detailed Description

Author
Zhang Ji Peng oneco.nosp@m.olx@.nosp@m.gmail.nosp@m..com
Date
2026/1/17

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.