compatmalloc 0.2.1

A memory-hardening drop-in allocator with standard C ABI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    global:
        malloc;
        free;
        realloc;
        calloc;
        posix_memalign;
        aligned_alloc;
        malloc_usable_size;
        mallopt;
        compatmalloc_check_integrity;
    local:
        *;
};