Searched refs:nfa_mem_co_alloc (Results 1 – 4 of 4) sorted by relevance
54 NFC_API extern void *nfa_mem_co_alloc (UINT32 num_bytes);
45 extern void *nfa_mem_co_alloc(UINT32 num_bytes) in nfa_mem_co_alloc() function
656 … if ((nfa_ce_cb.p_scratch_buf = (UINT8 *) nfa_mem_co_alloc (nfa_ce_cb.ndef_max_size)) != NULL) in nfa_ce_realloc_scratch_buffer()
1565 if ((nfa_rw_cb.p_ndef_buf = (UINT8 *)nfa_mem_co_alloc(nfa_rw_cb.ndef_cur_size)) == NULL) in nfa_rw_start_ndef_read()