malloc_          1130 source3/include/proto.h void *malloc_(size_t size);
malloc_           301 source3/include/smb_macros.h #define SMB_MALLOC(s) malloc_(s)
malloc_           302 source3/include/smb_macros.h #define SMB_MALLOC_P(type) (type *)malloc_(sizeof(type))
malloc_          1107 source3/lib/util.c 		ret = (void *)malloc_(size);