gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:malloc (0.03 seconds)
tkernel_2
lib/libtk/src/malloc.c - 959B - 42 lines
23: 
24: EXPORT void* malloc( size_t size )
25: {
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
More results from t2ex