delete: Deleted helper utility funcitons
This commit is contained in:
@@ -64,10 +64,4 @@ SizeResult arena_get_align_padding(Arena *arena, size_t alignment);
|
||||
// I shouldn't cover.
|
||||
ArenaErr arena_ensure_capacity(Arena *arena, size_t size, size_t alignment);
|
||||
|
||||
// Should be moved to something like general utilities,
|
||||
// i should make one for all my c projects
|
||||
static inline bool mul_size_t_safe(size_t a, size_t b, size_t *out);
|
||||
static inline bool add_size_t_safe(size_t a, size_t b, size_t *out);
|
||||
static inline bool is_power_of_two(size_t x);
|
||||
|
||||
#endif // !ARENA_H
|
||||
|
||||
Reference in New Issue
Block a user