Pyrogenesis
13997
|
#include "precompiled.h"
#include "lib/allocators/headerless.h"
#include "lib/bits.h"
#include "lib/allocators/pool.h"
Go to the source code of this file.
Classes | |
class | FreedBlock |
struct | AddressOrder |
class | RangeList |
class | SegregatedRangeLists |
class | BoundaryTagManager |
class | Stats |
class | HeaderlessAllocator::Impl |
Functions | |
static bool | IsValidSize (size_t size) |
cassert (HeaderlessAllocator::minAllocationSize >=2 *sizeof(FreedBlock)) | |
static void | AssertEqual (size_t x1, size_t x2, size_t x3) |
Variables | |
static const bool | performSanityChecks = true |
|
static |
Definition at line 599 of file headerless.cpp.
cassert | ( | HeaderlessAllocator::minAllocationSize >=2 * | sizeofFreedBlock | ) |
|
static |
Definition at line 123 of file headerless.cpp.
|
static |
Definition at line 34 of file headerless.cpp.