Searched refs:osl_debug_malloc (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dlinux_osl.h120 #define MALLOC(osh, size) osl_debug_malloc((osh), (size), __LINE__, __FILE__)
124 extern void *osl_debug_malloc(osl_t *osh, uint size, int line, const char* file);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dlinux_osl.c963 * the implementation of osl_debug_malloc. Because we are using the GCC
1084 osl_debug_malloc(osl_t *osh, uint size, int line, const char* file) function

Completed in 64 milliseconds