#include <stddef.h>
#include <derive-c/core/panic.h>
Go to the source code of this file.
◆ 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)