WinTer 0.1.1
Windows Terminal Emulator
Loading...
Searching...
No Matches
test_memory.c File Reference
#include "memory/mem_allocator.h"
#include "memory/mem_arena.h"
#include "test_harness.h"
Include dependency graph for test_memory.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void test_arena_allocation (void)
static void test_arena_aligned_push (void)
static void test_arena_temp (void)
static void test_arena_allocator_interface (void)

Function Documentation

◆ test_arena_aligned_push()

void test_arena_aligned_push ( void )
static

Definition at line 41 of file test_memory.c.

Here is the call graph for this function:

◆ test_arena_allocation()

void test_arena_allocation ( void )
static

Definition at line 6 of file test_memory.c.

Here is the call graph for this function:

◆ test_arena_allocator_interface()

void test_arena_allocator_interface ( void )
static

Definition at line 81 of file test_memory.c.

Here is the call graph for this function:

◆ test_arena_temp()

void test_arena_temp ( void )
static

Definition at line 59 of file test_memory.c.

Here is the call graph for this function: