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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmb_macros.h332 #define SMB_MALLOC_P(type) (type *)malloc_(sizeof(type)) macro
344 #define SMB_MALLOC_P(type) (type *)malloc(sizeof(type)) macro

Completed in 15 milliseconds