Searched refs:Void_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c80 free(Void_t* p);
81 realloc(Void_t* p, size_t n);
88 independent_calloc(size_t n_elements, size_t size, Void_t* chunks[]);
89 independent_comalloc(size_t n_elements, size_t sizes[], Void_t* chunks[]);
91 cfree(Void_t* p);
93 malloc_usable_size(Void_t* p);
249 Void_t* is the pointer type that malloc should say it returns
252 #ifndef Void_t
254 #define Void_t void macro
256 #define Void_t cha macro
[all...]
H A Darena.c97 static Void_t* save_arena;
102 #define ATFORK_ARENA_PTR ((Void_t*)-1)
107 static Void_t*
108 malloc_atfork(size_t sz, const Void_t *caller)
114 free_atfork(Void_t* mem, const Void_t *caller)
116 Void_t *vptr = NULL;
H A Dmalloc.h58 # undef Void_t macro
59 # define Void_t void macro

Completed in 174 milliseconds