#include <stdint.h>
#include <inttypes.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "syms_default_arena.h"
#include "syms_default_scratch.h"
Go to the source code of this file.
◆ SYMS_ARENA_COMMIT_SIZE
| #define SYMS_ARENA_COMMIT_SIZE (1 << 20) |
◆ SYMS_ARENA_RESERVE_SIZE
| #define SYMS_ARENA_RESERVE_SIZE (1 << 20) |
◆ SYMS_ASSERT_BREAK
◆ syms_mem_commit
| #define syms_mem_commit |
( |
|
p, |
|
|
|
s |
|
) |
| (1) |
◆ syms_mem_decommit
◆ syms_mem_release
◆ syms_mem_reserve
| #define syms_mem_reserve |
( |
|
s | ) |
malloc(s) |
◆ syms_memcmp
◆ syms_memisnull
◆ syms_memmove
◆ syms_memset
◆ SYMS_OVERRIDE_FUNC
◆ SYMS_PRId64
◆ SYMS_PRIu64
◆ SYMS_PRIx64
◆ SYMS_S16
◆ SYMS_S32
◆ SYMS_S64
◆ SYMS_S8
◆ syms_strlen
◆ SYMS_U16
◆ SYMS_U32
◆ SYMS_U64
◆ SYMS_U8
◆ SYMS_S16
◆ SYMS_S32
◆ SYMS_S64
◆ SYMS_S8
◆ SYMS_U16
◆ SYMS_U32
◆ SYMS_U64
◆ SYMS_U8