Home
last modified time | relevance | path

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

/f-stack/freebsd/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)
/f-stack/freebsd/contrib/ncsw/inc/etc/
H A Dmem_ext.h94 int allocOwner; /* Memory allocation owner */ member