taisei/src/memory
2023-09-28 17:43:14 +02:00
..
allocator.c memory/allocator: add ALLOC_VIA macros 2023-04-03 01:53:36 +02:00
allocator.h memory/allocator: add ALLOC_VIA macros 2023-04-03 01:53:36 +02:00
arena.c all: use min/max macros; avoid some unnecessary conversions 2023-09-28 17:43:14 +02:00
arena.h memory: basic arena allocator primitive 2023-04-03 01:53:36 +02:00
memory.c memory: basic arena allocator primitive 2023-04-03 01:53:36 +02:00
memory.h memory: move into subdir 2023-04-03 01:53:36 +02:00
meson.build memory: generic allocator interface 2023-04-03 01:53:36 +02:00
util.h memory: move into subdir 2023-04-03 01:53:36 +02:00