#include <algorithm>
#include "APITests.h"
Include dependency graph for APITests.cpp:
Go to the source code of this file.
Compounds | |
class | TestDeletionImage |
Functions | |
template<typename T> T * | allocate (size_t size) |
|
Replacement for new[] that initializes with the type's default value. This is needed so valgrind doesn't think the test uses uninitialized memory. Definition at line 221 of file APITests.cpp. References corona::hidden::size. |