Derive-C
Loading...
Searching...
No Matches
utils.h File Reference
#include <stddef.h>
#include <derive-c/core/panic.h>
Include dependency graph for utils.h:

Go to the source code of this file.

Functions

static bool circular_realloc_policy (size_t total_capacity, size_t size)

Function Documentation

◆ circular_realloc_policy()

bool circular_realloc_policy ( size_t total_capacity,
size_t size )
inlinestatic

Definition at line 6 of file utils.h.

6 {
7 return total_capacity == size;
8}
static INDEX_TYPE size(SELF const *self)
Definition template.h:220
Here is the call graph for this function: