This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
41e173d255afe2f0a76c19b1fbb8adfcc741559f
c3c
/
lib
/
std
/
core
/
allocators
History
Christoffer Lerno
41e173d255
Added some comment about the temp allocator.
2025-04-15 15:53:11 +02:00
..
arena_allocator.c3
Added += and related as overloads. Updated tests and docs. Slice2 extracted to its own file.
2025-04-14 00:55:46 +02:00
backed_arena_allocator.c3
- Temp allocator now supports more than 2 in-flight stacks.
2025-03-18 15:16:22 +01:00
dynamic_arena.c3
- Temp allocator now supports more than 2 in-flight stacks.
2025-03-18 15:16:22 +01:00
heap_allocator.c3
New faults and syntax (
#2034
)
2025-03-10 00:11:35 +01:00
libc_allocator.c3
- Change
distinct
->
typedef
.
2025-03-15 20:10:47 +01:00
on_stack_allocator.c3
New faults and syntax (
#2034
)
2025-03-10 00:11:35 +01:00
temp_allocator.c3
Added some comment about the temp allocator.
2025-04-15 15:53:11 +02:00
tracking_allocator.c3
- Use
@pool_init()
to set up a temp pool on a thread. Only the main thread has implicit temp pool setup.
2025-03-21 17:08:58 +01:00