Searched defs:nfa_mem_co_alloc (Results 1 – 2 of 2) sorted by relevance
32 extern void* nfa_mem_co_alloc(uint32_t num_bytes) { in nfa_mem_co_alloc() function
50 extern void* nfa_mem_co_alloc(uint32_t num_bytes) { return malloc(num_bytes); } in nfa_mem_co_alloc() function