cbase 1.46.11
C/C++ Static Template
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
 
include
 
base
 
base_log.h
Professional, thread-safe, leveled logging system
 
base_macros.h
Context detection, utilities, compiler abstractions, and data structures
 
base_strings.h
Sized string (string slice) definitions and helper macros
 
base_types.h
Core type definitions and fixed-width aliases
 
memory
 
mem_allocator.h
Generic allocator interface (vtable) for polymorphic memory allocation
 
mem_arena.h
High-performance Virtual Memory Linear (Arena) Allocator
 
mem_os.h
Operating System virtual memory wrappers
 
src
 
base
 
base_log.c
Implementation of the leveled logging subsystem
 
memory
 
mem_arena.c
Implementation of the Virtual Memory Linear (Arena) Allocator
 
mem_os.c
Implementation of the Virtual Memory Wrappers
 
main.c
 
test
 
main.c
 
test_base.c
 
test_harness.h
A lightweight, dependency-free unit testing harness
 
test_log.c
 
test_memory.c