Skip to content
This repository was archived by the owner on Dec 4, 2018. It is now read-only.

maihd/memwise

Repository files navigation

memwise - Memory wisely works

Support containers

  1. Dynamic array (array_t)
  2. Temporary array (tempo_t)
  3. Hash table (table_t)
  4. Queue (queue_t)
  5. Stack (use array_t)

Support memory buffers (like allocator)

  1. Linear
  2. Stack
  3. Global/System heap
  4. Double end stack
  5. Pool

Metadata

  1. Copyright (c) 2017 - 2018, MaiHD @ ${HOME}

About

All about memory usage: allocations, containers, sorting, searching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors