├── .gitignore ├── DebugHeap.c ├── DebugHeap.h ├── README.md ├── demo.c └── tundra.lua /.gitignore: -------------------------------------------------------------------------------- 1 | t2-output 2 | -------------------------------------------------------------------------------- /DebugHeap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InsomniacGames/ig-debugheap/HEAD/DebugHeap.c -------------------------------------------------------------------------------- /DebugHeap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InsomniacGames/ig-debugheap/HEAD/DebugHeap.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InsomniacGames/ig-debugheap/HEAD/README.md -------------------------------------------------------------------------------- /demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InsomniacGames/ig-debugheap/HEAD/demo.c -------------------------------------------------------------------------------- /tundra.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InsomniacGames/ig-debugheap/HEAD/tundra.lua --------------------------------------------------------------------------------