Searched defs:MALLOC (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cdrom/
H A Dmcdx.h86 #define MALLOC 0 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dmin_osl.h114 #define MALLOC(osh, size) malloc(size) macro
H A Dcfe_osl.h122 #define MALLOC(osh, size) KMALLOC((size), 0) macro
H A Dlinux_osl.h120 #define MALLOC(osh, size) osl_debug_malloc((osh), (size), __LINE__, __FILE__) macro
130 #define MALLOC(osh, size) osl_malloc((osh), (size)) macro
805 #define MALLOC(o, l) malloc(l) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c138 #define MALLOC(p, t, n) ((p) = (t *) xmalloc((n) * sizeof (t))) macro
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c551 #define MALLOC(s) (parser->m_mem.malloc_fcn((s))) macro
[all...]

Completed in 116 milliseconds