Pyrogenesis  trunk
Classes | Functions | Variables
shared_ptr.cpp File Reference
#include "precompiled.h"
#include "lib/allocators/shared_ptr.h"
#include "lib/allocators/allocator_checker.h"
Include dependency graph for shared_ptr.cpp:

Classes

class  CheckedArrayDeleter
 

Functions

shared_ptr< u8Allocate (size_t size)
 

Variables

static AllocatorChecker s_allocatorChecker
 

Function Documentation

shared_ptr<u8> Allocate ( size_t  size)

Variable Documentation

AllocatorChecker s_allocatorChecker
static