Searched refs:sns_malloc (Results 1 – 3 of 3) sorted by relevance
68 sns_client_report_ind_msg_v01 *ind = sns_malloc(ind_len); in client_ind_cb()101 request = sns_malloc(sizeof(*request)); in create_request()170 client = sns_malloc(sizeof(*client)); in sns_client_init()219 req_msg = sns_malloc(sizeof(*req_msg)); in sns_client_send()233 resp = sns_malloc(resp_len); in sns_client_send()
51 #define sns_malloc(x) malloc(x) macro
45 void *ptr = sns_malloc(SNS_HEAP_CHRE_ISLAND, size); in memoryAlloc()