Skip to content

A tiny and optimized custom allocator in pure C based on malloc

License

Notifications You must be signed in to change notification settings

at0m741/custom_malloc

Repository files navigation

custom_malloc.

A tiny and optimized custom allocator in pure C based on malloc

(Atm the better version is in the rework branch)...

TODO.

  • Threading (need to be thread safe over pthread and MPI).
  • Branching optimization and bin research.
  • Security mitigations.
  • Refine between SSE and AVX in block research.
  • Improve the code structure.
  • Maybe a garbage collector...

About

A tiny and optimized custom allocator in pure C based on malloc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published