liballoc-c

C generic allocator interface
git clone https://git.sinitax.com/sinitax/liballoc-c
Log | Files | Refs | LICENSE | sfeed.txt

commit d9428e9b2fa4e5e5c346475cafe0454a96018a4a
parent 78f735ad1c662228d322dd317888e3f05c84b667
Author: Louis Burda <quent.burda@gmail.com>
Date:   Wed, 24 May 2023 13:25:09 +0200

Remove stack allocator symbols from api

Diffstat:
Mliballoc.api | 2--
Mliballoc.lds | 2--
2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/liballoc.api b/liballoc.api @@ -1,4 +1,2 @@ -stdlib_stack_allocator -stdlib_strict_stack_allocator stdlib_heap_allocator stdlib_strict_heap_allocator diff --git a/liballoc.lds b/liballoc.lds @@ -1,7 +1,5 @@ LIBALLOC_2.1 { global: - stdlib_stack_allocator; - stdlib_strict_stack_allocator; stdlib_heap_allocator; stdlib_strict_heap_allocator; local: *;