Fix BFCAllocator::Extend alignment issues
The BFCAllocator::Extend method used an incorrect harcoded alignment
of 32 in two different places. This led to alignment check assertions when
Extend was called, as all memory is now expected to be 64 byte aligned.
Signed-off-by:
Mark Ryan <mark.d.ryan@intel.com>
Loading
Please sign in to comment