Searched refs:bbs_MEM_BLOCK_OVERHD (Results 1 – 9 of 9) sorted by relevance
34 #define bbs_MEM_BLOCK_OVERHD 2 macro
118 return sizeA * bbs_SIZEOF16( struct bbs_Complex ) + bbs_MEM_BLOCK_OVERHD; in bbs_ComplexArr_heapSize()
118 return sizeA * bbs_SIZEOF16( struct bbs_APh ) + bbs_MEM_BLOCK_OVERHD; in bbs_APhArr_heapSize()
118 return sizeA * bbs_SIZEOF16( uint32 ) + bbs_MEM_BLOCK_OVERHD; in bbs_UInt32Arr_heapSize()
118 return sizeA * bbs_SIZEOF16( int32 ) + bbs_MEM_BLOCK_OVERHD; in bbs_Int32Arr_heapSize()
118 return ( sizeA >> 1 ) + bbs_MEM_BLOCK_OVERHD; in bbs_UInt8Arr_heapSize()
118 return ( sizeA >> 1 ) + bbs_MEM_BLOCK_OVERHD; in bbs_Int8Arr_heapSize()
134 return sizeA * bbs_SIZEOF16( uint16 ) + bbs_MEM_BLOCK_OVERHD; in bbs_UInt16Arr_heapSize()
122 return sizeA * bbs_SIZEOF16( int16 ) + bbs_MEM_BLOCK_OVERHD; in bbs_Int16Arr_heapSize()