Derive-C
|
#include <stddef.h>
#include <stdint.h>
#include <derive-c/core/helpers.h>
#include <derive-c/core/panic.h>
Go to the source code of this file.
Functions | |
static size_t | apply_capacity_policy (size_t capacity) |
Variables | |
static size_t const | PROBE_DISTANCE = 1 |
static size_t const | INITIAL_CAPACITY = 32 |
|
inlinestatic |