gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for fundef:malloc from t2ex (0.06 seconds)
t2ex
bsd_source/t2ex/network/net/include/netbsd/stdlib.h - 10.3KB - 357 lines
144: void* Kmalloc( size_t size );
145: #define malloc(size) Kmalloc(size)
146: #endif
bsd_source/t2ex/network/net/src_bsd/sys/malloc.h - 4.9KB - 145 lines
111: void    _free(void *, struct malloc_type *, const char *, long);
112: #define malloc(size, type, flags) \
113:             _malloc((size), (type), (flags), __FILE__, __LINE__)
More results from malloc.h
t2ex_source/lib/libc/src/stdlib/malloc.c - 2.4KB - 73 lines
54: 
55: EXPORT  void     *malloc( size_t size )
56: {
t2ex_source/lib/libtk/src_t2ex/malloc.c - 2.6KB - 89 lines
54: 
55: EXPORT void* malloc( size_t size )
56: {