Go to the source code of this file.
Functions | |
void * | operator new (std::size_t size) |
void | operator delete (void *ptr, std::size_t size) throw () |
void | operator delete (void *ptr) throw () |
void | init_wb (uint64_t num, char val='A') |
Variables | |
debug_ring_resources_t * | drr |
char | rb [DEBUG_RING_SIZE] |
char | wb [DEBUG_RING_SIZE+100] |
bool | out_of_memory = false |
void* operator new | ( | std::size_t | size | ) |
Definition at line 35 of file test_debug_ring.cpp.
void operator delete | ( | void * | ptr, |
std::size_t | size | ||
) | |||
throw | ( | ||
) |
Definition at line 44 of file test_debug_ring.cpp.
void operator delete | ( | void * | ptr | ) | |
throw | ( | ||||
) |
Definition at line 51 of file test_debug_ring.cpp.
void init_wb | ( | uint64_t | num, |
char | val = 'A' |
||
) |
Definition at line 57 of file test_debug_ring.cpp.
Definition at line 27 of file test_debug_ring.cpp.
char rb[DEBUG_RING_SIZE] |
Definition at line 29 of file test_debug_ring.cpp.
char wb[DEBUG_RING_SIZE+100] |
Definition at line 30 of file test_debug_ring.cpp.
bool out_of_memory = false |
Definition at line 32 of file test_debug_ring.cpp.