Searched refs:allocOwner (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/etc/
H A Dmem_ext.h94 int allocOwner; /* Memory allocation owner */ member in struct:__anon9919
/freebsd-13-stable/sys/contrib/ncsw/etc/
H A Dncsw_mem.c271 ((t_MemorySegment *)(*p_Handle))->allocOwner = e_MEM_ALLOC_OWNER_LOCAL;
342 p_Mem->allocOwner = e_MEM_ALLOC_OWNER_EXTERNAL;
457 p_Mem->allocOwner = e_MEM_ALLOC_OWNER_LOCAL_SMART;
576 if (p_Mem->allocOwner == e_MEM_ALLOC_OWNER_LOCAL_SMART)
586 else if (p_Mem->allocOwner == e_MEM_ALLOC_OWNER_LOCAL)

Completed in 102 milliseconds