RetroArch
Functions
allocatorstest.cpp File Reference
#include "unittest.h"
#include "rapidjson/allocators.h"
Include dependency graph for allocatorstest.cpp:

Functions

template<typename Allocator >
void TestAllocator (Allocator &a)
 
 TEST (Allocator, CrtAllocator)
 
 TEST (Allocator, MemoryPoolAllocator)
 
 TEST (Allocator, Alignment)
 
 TEST (Allocator, Issue399)
 

Function Documentation

◆ TEST() [1/4]

TEST ( Allocator  ,
CrtAllocator   
)
Here is the call graph for this function:

◆ TEST() [2/4]

TEST ( Allocator  ,
MemoryPoolAllocator   
)
Here is the call graph for this function:

◆ TEST() [3/4]

TEST ( Allocator  ,
Alignment   
)

◆ TEST() [4/4]

TEST ( Allocator  ,
Issue399   
)

◆ TestAllocator()

template<typename Allocator >
void TestAllocator ( Allocator a)
Here is the caller graph for this function: