#include "LDK/Exceptions.h"
#include "LDK/TemplateMeta.h"
#include <stdlib.h>
#include <assert.h>
Include dependency graph for STLMallocAllocator.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | LDK |
Data Structures | |
class | LDK::MallocAllocator< T > |
An (almost) standard compiliant, threadsafe STL allocator with an MSVC extension. More... | |
struct | LDK::MallocAllocator< T >::rebind< T1 > |
Functions | |
template<typename T1, typename T2> | |
bool | LDK::operator== (const MallocAllocator< T1 > &, const MallocAllocator< T2 > &) |
template<typename T1, typename T2> | |
bool | LDK::operator!= (const MallocAllocator< T1 > &, const MallocAllocator< T2 > &) |
Definition in file STLMallocAllocator.h.