C-allocators Alternatives
Similar projects and alternatives to c-allocators
-
allocator
Customisable, thread-safe C11 memory allocator based off the K&R "storage allocator" (by a-p-jo)
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
memory-allocators
Custom memory allocators in C++ to improve the performance of dynamic memory allocation
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
c-allocators discussion
c-allocators reviews and mentions
-
Show HN: I made a library for dynamic stack strings in C
I've been playing with this arena bump allocator.
https://github.com/gilzoide/c-allocators
I've been using it with an event driven code where after an event is fired off and returns the handler just hard resets the arena.
You could probably use something like that as well.
Either way I support not mixing manual memory management with business logic.
- Single-file Stack and Double Ended Stack Allocators in C
Stats
gilzoide/c-allocators is an open source project licensed under The Unlicense which is an OSI approved license.
The primary programming language of c-allocators is C.