Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
TemplateAllocator.h File Reference
#include <EASTL/internal/config.h>

Go to the source code of this file.

Namespaces

namespace  eastl
 

Macros

#define DVD_TEMPLATE_ALLOCATOR_H_
 
#define pName   EASTL_ALLOCATOR_DEFAULT_NAME
 

Typedefs

template<class T >
using dvd_allocator = mi_stl_allocator< T >
 

Functions

bool eastl::operator== (const allocator &, const allocator &)
 
bool eastl::operator!= (const allocator &, const allocator &)
 

Macro Definition Documentation

◆ DVD_TEMPLATE_ALLOCATOR_H_

#define DVD_TEMPLATE_ALLOCATOR_H_

Definition at line 34 of file TemplateAllocator.h.

◆ pName

#define pName   EASTL_ALLOCATOR_DEFAULT_NAME

Typedef Documentation

◆ dvd_allocator

template<class T >
using dvd_allocator = mi_stl_allocator<T>

Definition at line 39 of file TemplateAllocator.h.