10#ifndef BIBASIS_FAST_ALLOCATOR_HPP
11#define BIBASIS_FAST_ALLOCATOR_HPP
69 void Free(
void* pointer);
82 void* pointer =
static_cast<void*
>(
FreeBlock);
83 FreeBlock =
static_cast<void**
>(*FreeBlock);
89 *(
static_cast<void***
>(pointer)) =
FreeBlock;
const size_t MemoryPageSize
FastAllocator(const size_t blockSize)