Searched refs:MEM_MALLOC (Results 1 – 3 of 3) sorted by relevance
62 #define MEM_MALLOC(AREA, SIZE) malloc(SIZE) macro75 #define MEM_MALLOC(AREA, SIZE) smb_mem_alloc(SIZE)
51 smb_dr_ctx_t *ctx = MEM_MALLOC("CommonDoor", sizeof (smb_dr_ctx_t)); in smb_dr_decode_start()74 smb_dr_ctx_t *ctx = MEM_MALLOC("CommonDoor", sizeof (smb_dr_ctx_t)); in smb_dr_encode_start()147 buf = MEM_MALLOC("CommonDoor", len +1); in smb_dr_get_string()
566 node = MEM_MALLOC("xdr", elsize); in smb_list_xdr()