Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/ncsw/etc/
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)
/freebsd-12-stable/sys/contrib/ncsw/inc/etc/
Dmem_ext.h94 int allocOwner; /* Memory allocation owner */ member