Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
memoryallocation.cpp File Reference
#include <cstdlib>
#include <string.h>
#include <iostream>
#include <math.h>
#include <unordered_map>
#include <limits>
#include "logger.h"
#include "memoryallocation.h"
#include "common.h"
#include "parameters.h"
Include dependency graph for memoryallocation.cpp:

Go to the source code of this file.

Functions

void memory_purge ()
void memory_configurator ()

Variables

Logger logFile
Logger diagnostic

Function Documentation

◆ memory_configurator()

void memory_configurator ( )

Initialize memory allocator configuration.

Definition at line 101 of file memoryallocation.cpp.

Here is the caller graph for this function:

◆ memory_purge()

void memory_purge ( )

Purge allocations from all arenas to actually release memory back to system

Definition at line 94 of file memoryallocation.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ diagnostic

Logger diagnostic

Definition at line 36 of file memoryallocation.cpp.

◆ logFile

Logger logFile
extern

Definition at line 25 of file main.cpp.