46 lines
883 B
Plaintext
46 lines
883 B
Plaintext
name: allocators
|
|
gpid: malunal
|
|
semv: 1.0.0
|
|
|
|
requires:
|
|
- remote: git@git.erasit.com:malunal/config
|
|
branch: v1.0.2
|
|
- remote: git@git.erasit.com:malunal/microtest
|
|
branch: v1.0.0
|
|
- remote: git@git.erasit.com:malunal/types
|
|
branch: v1.0.0
|
|
|
|
targets:
|
|
- name: malunal.allocators
|
|
type: archive
|
|
deps:
|
|
- malunal.config
|
|
- malunal.types
|
|
srcs:
|
|
- ./sources/libc.c
|
|
- ./sources/linux.c
|
|
- ./sources/win32.c
|
|
- ./sources/linear.c
|
|
- ./sources/arena.c
|
|
- ./sources/stack.c
|
|
- ./sources/pool.c
|
|
- ./sources/allocator.c
|
|
|
|
tests:
|
|
- name: malunal.allocators.allinone
|
|
type: program
|
|
deps:
|
|
- malunal.allocators
|
|
- malunal.microtest
|
|
srcs:
|
|
- ./tests/libc_allocator.c
|
|
- ./tests/platform_allocator.c
|
|
- ./tests/linear_allocator.c
|
|
- ./tests/arena_allocator.c
|
|
- ./tests/stack_allocator.c
|
|
- ./tests/pool_allocator.c
|
|
- ./tests/allocators.c
|
|
|
|
exports:
|
|
- malunal.allocators
|