Home | History | Annotate | Download | only in b_BasicEm

Lines Matching refs:bbs_Context

27 struct bbs_Context;
104 void bbs_MemSeg_init( struct bbs_Context* cpA,
108 void bbs_MemSeg_exit( struct bbs_Context* cpA,
116 uint32 bbs_MemSeg_availableSize( struct bbs_Context* cpA,
120 uint32 bbs_MemSeg_allocatedSize( struct bbs_Context* cpA,
124 uint32 bbs_MemSeg_usedSize( struct bbs_Context* cpA,
128 uint32 bbs_MemSeg_blocks( struct bbs_Context* cpA,
132 uint32 bbs_MemSeg_usedBlocks( struct bbs_Context* cpA,
142 struct bbs_MemSeg bbs_MemSeg_create( struct bbs_Context* cpA,
147 struct bbs_MemSeg bbs_MemSeg_createShared( struct bbs_Context* cpA,
152 void* bbs_MemSeg_alloc( struct bbs_Context* cpA,
159 void bbs_MemSeg_free( struct bbs_Context* cpA,
164 void bbs_MemSeg_checkConsistency( struct bbs_Context* cpA,