Searched refs:segIndexA (Results 1 – 2 of 2) sorted by relevance
381 uint32 bbs_Context_exclAllocSize( struct bbs_Context* cpA, uint32 segIndexA ) in bbs_Context_exclAllocSize() argument383 return bbs_MemSeg_allocatedSize( cpA, &cpA->memTblE.esArrE[ segIndexA ] ); in bbs_Context_exclAllocSize()388 uint32 bbs_Context_shrdAllocSize( struct bbs_Context* cpA, uint32 segIndexA ) in bbs_Context_shrdAllocSize() argument390 return bbs_MemSeg_allocatedSize( cpA, &cpA->memTblE.ssArrE[ segIndexA ] ); in bbs_Context_shrdAllocSize()
203 uint32 bbs_Context_exclAllocSize( struct bbs_Context* cpA, uint32 segIndexA );209 uint32 bbs_Context_shrdAllocSize( struct bbs_Context* cpA, uint32 segIndexA );