DungeonCrawl
Loading...
Searching...
No Matches
common.c File Reference

Implements common utilities and global variables for application-wide use. More...

#include "common.h"

Go to the source code of this file.

Variables

memory_pool_tmain_memory_pool
 Global memory pool for the application.

Detailed Description

Implements common utilities and global variables for application-wide use.

Definition in file common.c.

Variable Documentation

◆ main_memory_pool

memory_pool_t* main_memory_pool

Global memory pool for the application.

This variable holds the main memory pool used for dynamic memory allocation throughout the application. It is initialized during the application's startup and should be properly managed to avoid memory leaks.

Definition at line 7 of file common.c.