Searched refs:nfa_mem_co_alloc (Results 1 – 4 of 4) sorted by relevance
48 extern void* nfa_mem_co_alloc(uint32_t num_bytes);
50 extern void* nfa_mem_co_alloc(uint32_t num_bytes) { return malloc(num_bytes); } in nfa_mem_co_alloc() function
711 (uint8_t*)nfa_mem_co_alloc(nfa_ce_cb.ndef_max_size); in nfa_ce_realloc_scratch_buffer()
1592 nfa_rw_cb.p_ndef_buf = (uint8_t*)nfa_mem_co_alloc(nfa_rw_cb.ndef_cur_size); in nfa_rw_start_ndef_read()