Code::Blocks
SVN r11506
|
#include <vector>
#include <wx/file.h>
#include <wx/string.h>
#include <typeinfo>
#include "globals.h"
#include "prep.h"
Go to the source code of this file.
Classes | |
class | BlockAllocator< T, pool_size, debug > |
union | BlockAllocator< T, pool_size, debug >::LinkedBlock< U > |
class | BlockAllocated< T, pool_size, debug > |
Namespaces | |
BlkAllc | |
Functions | |
void | BlkAllc::DebugLog (wxString cn, int blockSize, int poolSize, int max_refs, int total_refs, int ref_count) |
Variables | |
const bool | BlkAllc::enable_global_debug = false |
const bool | BlkAllc::verbose = false |
union BlockAllocator::LinkedBlock |
Definition at line 31 of file blockallocated.h.
Class Members | ||
---|---|---|
char | data[sizeof(U)] | |
LinkedBlock< U > * | next |