Files
allocators/chinookfile
T
2026-08-07 18:33:50 -05:00

39 lines
681 B
Plaintext

name: allocators
gpid: malunal
semv: 1.0.0
requires:
- remote: git@git.erasit.com:malunal/assert
branch: v1.1.0
- remote: git@git.erasit.com:malunal/config
branch: v1.0.2
- remote: git@git.erasit.com:malunal/types
branch: v1.0.0
targets:
- name: malunal.allocators
type: archive
deps:
- malunal.assert
- malunal.config
- malunal.types
srcs:
- ./sources/allocator.c
- ./sources/arena.c
tests:
- name: allocator_tests
type: program
defs:
- MALUNAL_ENABLE_ASSERTIONS
deps:
- malunal.allocators
srcs:
- ./tests/libc_allocator.c
- ./tests/platform_allocator.c
- ./tests/arena_allocator.c
- ./tests/allocator.c
exports:
- malunal.allocators