Derive-C
Loading...
Searching...
No Matches
utils.h
Go to the documentation of this file.
1
#pragma once
2
#include <stddef.h>
3
4
#include <
derive-c/core/panic.h
>
5
6
static
inline
bool
circular_realloc_policy
(
size_t
total_capacity,
size_t
size
) {
7
return
total_capacity ==
size
;
8
}
circular_realloc_policy
static bool circular_realloc_policy(size_t total_capacity, size_t size)
Definition
utils.h:6
panic.h
size
static INDEX_TYPE size(SELF const *self)
Definition
template.h:220
src
derive-c
structures
circular
utils.h
Generated by
1.14.0