diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2019-05-10 15:03:25 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2019-05-10 15:03:25 +0000 |
commit | e7510fcc8f1bcaeaecf2acd2d7d95961b92dd50b (patch) | |
tree | 002d00695adeffa30645c87cc0efd4cf886c33e7 /lib/libc/Symbols.list | |
parent | b74fabda470fd529f8a7b63d5445bebde82e9273 (diff) |
Inroduce malloc_conceal() and calloc_conceal(). Similar to their
counterparts but return memory in pages marked MAP_CONCEAL and on
free() freezero() is actually called.
Diffstat (limited to 'lib/libc/Symbols.list')
-rw-r--r-- | lib/libc/Symbols.list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/Symbols.list b/lib/libc/Symbols.list index 06e9f6459e3..9e2e5b2e1b8 100644 --- a/lib/libc/Symbols.list +++ b/lib/libc/Symbols.list @@ -1485,6 +1485,7 @@ atol atoll bsearch calloc +calloc_conceal div ecvt exit @@ -1526,6 +1527,7 @@ lldiv lsearch malloc malloc_options +malloc_conceal _malloc_init mergesort optarg |