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

/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c69 free(Void_t* p);
71 realloc(Void_t* p, size_t n);
92 cfree(Void_t* p);
97 malloc_usable_size(Void_t* p);
334 Void_t* is the pointer type that malloc should say it returns
337 #ifndef Void_t
339 #define Void_t void
341 #define Void_t char
343 #endif /*Void_t*/
542 Void_t* memse
338 #define Void_t macro
340 #define Void_t macro
[all...]

Completed in 41 milliseconds