Searched refs:smb_mem_alloc (Results 1 – 5 of 5) sorted by relevance
70 void *smb_mem_alloc(size_t);75 #define MEM_MALLOC(AREA, SIZE) smb_mem_alloc(SIZE)
942 void *smb_mem_alloc(size_t);
55 smb_mem_alloc(size_t size) in smb_mem_alloc() function
1113 oem_name = smb_mem_alloc(length); in smb_kshare_oemname()1114 unibuf = smb_mem_alloc(length * sizeof (smb_wchar_t)); in smb_kshare_oemname()
1551 oembuf = smb_mem_alloc(oemmax); in mbc_marshal_get_oem_string()1633 wcsbuf = smb_mem_alloc(wcsmax); in mbc_marshal_get_unicode_string()