gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:calloc from t2ex (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/include/netbsd/stdlib.h - 10.3KB - 357 lines
126: void* Kcalloc( size_t nmemb, size_t size );
127: #define calloc(nmemb,size) Kcalloc(nmemb,size)
128: #endif
t2ex_source/lib/libc/src/stdlib/malloc.c - 2.4KB - 73 lines
59: 
60: EXPORT  void     *calloc( size_t nmemb, size_t size )
61: {
t2ex_source/lib/libtk/src_t2ex/malloc.c - 2.6KB - 89 lines
63: 
64: EXPORT void* calloc( size_t nmemb, size_t size )
65: {