Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c252 #ifndef Void_t
1026 Void_t** public_iCALLOc(size_t, size_t, Void_t**);
1091 Void_t** public_iCOMALLOc(size_t, size_t*, Void_t**);
2625 Void_t*
2743 Void_t*
2781 Void_t*
2868 Void_t*
2874 Void_t* mem; in public_cALLOc()
2907 static Void_t*
3523 static Void_t*
[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) in malloc_atfork()
114 free_atfork(Void_t* mem, const Void_t *caller) in free_atfork()
116 Void_t *vptr = NULL; in free_atfork()
H A Dmalloc.h58 # undef Void_t
59 # define Void_t void macro