gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:MALLOC_DECLARE (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/mallocvar.h - 4.3KB - 102 lines
83: 
84: #define MALLOC_DECLARE(type)                                            \
85:         extern struct malloc_type type[1]
97: #define MALLOC_DEFINE(type, shortdesc, longdesc) /* */ 98: #define MALLOC_DECLARE(type) /* */ 99: