Allocators Testing Added. Pull and Chunk allocators updates.
This commit is contained in:
parent
4a2ab6f5d0
commit
9e5ac1e975
30 changed files with 704 additions and 701 deletions
|
|
@ -54,6 +54,9 @@ namespace tp {
|
|||
[[nodiscard]] const CallStack* getSnapshot();
|
||||
const DebugSymbols* getSymbols(FramePointer fp);
|
||||
|
||||
static void printSnapshot(const CallStack* snapshot);
|
||||
void logLeaks();
|
||||
|
||||
public:
|
||||
|
||||
template<class Saver>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue