Searched refs:nfa_mem_co_alloc (Results 1 – 8 of 8) sorted by relevance
48 extern void* nfa_mem_co_alloc(uint32_t num_bytes);
27 buffer = nfa_mem_co_alloc(0xFF); in TEST()
53 MOCK_METHOD(void*, nfa_mem_co_alloc, (uint32_t num_bytes), ());410 EXPECT_CALL(*mock_mem_alloc, nfa_mem_co_alloc(testing::_)).Times(0); in TEST_F()
32 extern void* nfa_mem_co_alloc(uint32_t num_bytes) { in nfa_mem_co_alloc() function
253 nfa_t4tnfcee_cb.p_dataBuf = (uint8_t*)nfa_mem_co_alloc(p_data->len); in nfa_t4tnfcee_store_cc_info()423 nfa_t4tnfcee_cb.p_dataBuf = (uint8_t*)nfa_mem_co_alloc(lenDataToBeClear); in nfa_t4tnfcee_handle_file_operations()444 nfa_t4tnfcee_cb.p_dataBuf = (uint8_t*)nfa_mem_co_alloc(lenDataToBeRead); in nfa_t4tnfcee_handle_file_operations()
50 extern void* nfa_mem_co_alloc(uint32_t num_bytes) { return malloc(num_bytes); } in nfa_mem_co_alloc() function
708 (uint8_t*)nfa_mem_co_alloc(nfa_ce_cb.ndef_max_size); in nfa_ce_realloc_scratch_buffer()
1671 nfa_rw_cb.p_ndef_buf = (uint8_t*)nfa_mem_co_alloc(nfa_rw_cb.ndef_cur_size); in nfa_rw_start_ndef_read()