smb_xmalloc_array 1166 source3/include/proto.h void *smb_xmalloc_array(size_t size, unsigned int count); smb_xmalloc_array 222 source3/include/smb_macros.h #define SMB_XMALLOC_P(type) (type *)smb_xmalloc_array(sizeof(type),1) smb_xmalloc_array 223 source3/include/smb_macros.h #define SMB_XMALLOC_ARRAY(type,count) (type *)smb_xmalloc_array(sizeof(type),(count))