GNUmakefile
LICENSE
MANIFEST.in
README.md
get_line_atomic.cpp
heaplayers-make.mk
libscalene.cpp
scalene-usage.txt
setup.py
Heap-Layers/.gitignore
Heap-Layers/Alexandrescu-memory-allocation.screen.pdf
Heap-Layers/BUILD
Heap-Layers/COPYING
Heap-Layers/NOTICE
Heap-Layers/README.md
Heap-Layers/TODO
Heap-Layers/WORKSPACE
Heap-Layers/cuj-2005-12.pdf
Heap-Layers/heaplayers
Heap-Layers/heaplayers.h
Heap-Layers/.git/FETCH_HEAD
Heap-Layers/.git/HEAD
Heap-Layers/.git/ORIG_HEAD
Heap-Layers/.git/config
Heap-Layers/.git/description
Heap-Layers/.git/index
Heap-Layers/.git/packed-refs
Heap-Layers/.git/hooks/applypatch-msg.sample
Heap-Layers/.git/hooks/commit-msg.sample
Heap-Layers/.git/hooks/fsmonitor-watchman.sample
Heap-Layers/.git/hooks/post-update.sample
Heap-Layers/.git/hooks/pre-applypatch.sample
Heap-Layers/.git/hooks/pre-commit.sample
Heap-Layers/.git/hooks/pre-merge-commit.sample
Heap-Layers/.git/hooks/pre-push.sample
Heap-Layers/.git/hooks/pre-rebase.sample
Heap-Layers/.git/hooks/pre-receive.sample
Heap-Layers/.git/hooks/prepare-commit-msg.sample
Heap-Layers/.git/hooks/update.sample
Heap-Layers/.git/info/exclude
Heap-Layers/.git/logs/HEAD
Heap-Layers/.git/logs/refs/heads/master
Heap-Layers/.git/logs/refs/remotes/origin/HEAD
Heap-Layers/.git/logs/refs/remotes/origin/master
Heap-Layers/.git/objects/03/3c14f38d71218a960c6c53edd153b1f359c79e
Heap-Layers/.git/objects/03/88def5211dda7a10e2421482a9b133376b76ed
Heap-Layers/.git/objects/0b/b45242ef0e9bc3485ae5a0157aad9c9233b0cd
Heap-Layers/.git/objects/14/6a61ba91372f4faa50fde73b2417bb56b330e4
Heap-Layers/.git/objects/1f/7d15b3dc4a290429fad5f0cedc8f0d9cb477d5
Heap-Layers/.git/objects/45/847fbf203b27b35b46143e438807bde77c5d4f
Heap-Layers/.git/objects/4f/452f9c38e6ca035bfcf570e5a04004b98078dd
Heap-Layers/.git/objects/55/44814ddcb947de29195d9b9fc7b5ede17733ce
Heap-Layers/.git/objects/58/4f2c6a99ec2d7e1525179dc21ecb7818509b09
Heap-Layers/.git/objects/5d/bbd415c1c9448678013298fc0b42b4c76ceb01
Heap-Layers/.git/objects/6d/282061a3aab068299326ecbcc9f7bc0ca208d6
Heap-Layers/.git/objects/76/6582aa18080a0ff733f1fb5cf2aadc4de55b6e
Heap-Layers/.git/objects/83/8c8dccabf146f75701b9a794d282bdd35edd9d
Heap-Layers/.git/objects/8a/7f7afa9a9be1760e2e84601d67b8fdd65e62dc
Heap-Layers/.git/objects/8e/67216b44e0d3347f0085a04e4b70b5bd9058cb
Heap-Layers/.git/objects/98/f29a95710f5d254a63be12628d5b68b2ccc6dd
Heap-Layers/.git/objects/a6/106e2057f670442c423d50c44919280ad872a6
Heap-Layers/.git/objects/b4/c5a6322dcde33dd335c5a866a132cfeaca81fe
Heap-Layers/.git/objects/c0/a023561e83c7a583bb3ed81c010d813daec736
Heap-Layers/.git/objects/c4/833565962bd1e0a06b4f073800ec29500fee7c
Heap-Layers/.git/objects/c5/8b266db6928c7ba5ff36ac51285094433c322a
Heap-Layers/.git/objects/d2/66df565a46fe95f5e1611148fe237116ac9be7
Heap-Layers/.git/objects/de/67bd962f54cbc444499db0637826feb620eab3
Heap-Layers/.git/objects/df/a4d1abcaa3109573d091d8693f2483a4cbcfab
Heap-Layers/.git/objects/fe/11ffed6729617bde910d531bf3cfde905fe195
Heap-Layers/.git/objects/pack/pack-61d653307d1b8a34ab0f5838263939fdfe52bf98.idx
Heap-Layers/.git/objects/pack/pack-61d653307d1b8a34ab0f5838263939fdfe52bf98.pack
Heap-Layers/.git/refs/heads/master
Heap-Layers/.git/refs/remotes/origin/HEAD
Heap-Layers/.git/refs/remotes/origin/master
Heap-Layers/examples/kingsley/compile
Heap-Layers/examples/kingsley/libkingsley.cpp
Heap-Layers/heaps/README
Heap-Layers/heaps/all.h
Heap-Layers/heaps/buildingblock/adaptheap.h
Heap-Layers/heaps/buildingblock/all.h
Heap-Layers/heaps/buildingblock/boundedfreelistheap.h
Heap-Layers/heaps/buildingblock/chunkheap.h
Heap-Layers/heaps/buildingblock/coalesceheap.h
Heap-Layers/heaps/buildingblock/freelistheap.h
Heap-Layers/heaps/combining/all.h
Heap-Layers/heaps/combining/hybridheap.h
Heap-Layers/heaps/combining/segheap.h
Heap-Layers/heaps/combining/strictsegheap.h
Heap-Layers/heaps/combining/tryheap.h
Heap-Layers/heaps/debug/all.h
Heap-Layers/heaps/debug/checkheap.h
Heap-Layers/heaps/debug/debugheap.h
Heap-Layers/heaps/debug/logheap.h
Heap-Layers/heaps/debug/sanitycheckheap.h
Heap-Layers/heaps/debug/statsheap.h
Heap-Layers/heaps/general/all.h
Heap-Layers/heaps/general/dlheap.h
Heap-Layers/heaps/general/kingsleyheap.h
Heap-Layers/heaps/general/leamallocheap.h
Heap-Layers/heaps/general/oldkingsleyheap.h
Heap-Layers/heaps/objectrep/addheap.h
Heap-Layers/heaps/objectrep/all.h
Heap-Layers/heaps/objectrep/coalesceableheap.h
Heap-Layers/heaps/objectrep/sizeheap.h
Heap-Layers/heaps/objectrep/sizeownerheap.h
Heap-Layers/heaps/special/all.h
Heap-Layers/heaps/special/bumpalloc.h
Heap-Layers/heaps/special/nestedheap.h
Heap-Layers/heaps/special/obstack.h
Heap-Layers/heaps/special/obstackheap.h
Heap-Layers/heaps/special/obstackreap.h
Heap-Layers/heaps/special/sbrk.c
Heap-Layers/heaps/special/xallocheap.h
Heap-Layers/heaps/special/zoneheap.h
Heap-Layers/heaps/threads/all.h
Heap-Layers/heaps/threads/lockedheap.h
Heap-Layers/heaps/threads/phothreadheap.h
Heap-Layers/heaps/threads/sizethreadheap.h
Heap-Layers/heaps/threads/threadheap.h
Heap-Layers/heaps/threads/threadspecificheap.h
Heap-Layers/heaps/top/all.h
Heap-Layers/heaps/top/mallocheap.h
Heap-Layers/heaps/top/mmapheap.h
Heap-Layers/heaps/top/staticheap.h
Heap-Layers/heaps/utility/all.h
Heap-Layers/heaps/utility/exactlyoneheap.h
Heap-Layers/heaps/utility/exceptionheap.h
Heap-Layers/heaps/utility/localmallocheap.h
Heap-Layers/heaps/utility/nullheap.h
Heap-Layers/heaps/utility/oneheap.h
Heap-Layers/heaps/utility/perclassheap.h
Heap-Layers/heaps/utility/profileheap.h
Heap-Layers/heaps/utility/slopheap.h
Heap-Layers/heaps/utility/traceheap.h
Heap-Layers/heaps/utility/uniqueheap.h
Heap-Layers/heaps/utility/old/oneheap.h
Heap-Layers/legacy/README.md
Heap-Layers/legacy/reap/README
Heap-Layers/legacy/reap/addheader.h
Heap-Layers/legacy/reap/clearoptimizeheap.h
Heap-Layers/legacy/reap/compile
Heap-Layers/legacy/reap/libreap.cpp
Heap-Layers/legacy/reap/reap.h
Heap-Layers/legacy/reap/regionheap.cpp
Heap-Layers/legacy/reap/regionheap.h
Heap-Layers/legacy/reap/regionheapapi.h
Heap-Layers/legacy/reap/regionsimulator.cpp
Heap-Layers/legacy/reap/regionsimulator.h
Heap-Layers/locks/all.h
Heap-Layers/locks/maclock.h
Heap-Layers/locks/oldspinlock.h
Heap-Layers/locks/posixlock.h
Heap-Layers/locks/recursivelock.h
Heap-Layers/locks/spinlock-old.h
Heap-Layers/locks/spinlock.h
Heap-Layers/locks/winlock.h
Heap-Layers/threads/all.h
Heap-Layers/threads/cpuinfo.cpp
Heap-Layers/threads/cpuinfo.h
Heap-Layers/threads/fred.h
Heap-Layers/utility/align.h
Heap-Layers/utility/all.h
Heap-Layers/utility/bins.h
Heap-Layers/utility/bins16k.h
Heap-Layers/utility/bins4k.h
Heap-Layers/utility/bins64k.h
Heap-Layers/utility/bins8k.h
Heap-Layers/utility/binspow2.h
Heap-Layers/utility/checkpoweroftwo.h
Heap-Layers/utility/dllist.h
Heap-Layers/utility/dynarray.h
Heap-Layers/utility/exactlyone.h
Heap-Layers/utility/freesllist.h
Heap-Layers/utility/gcd.h
Heap-Layers/utility/hash.h
Heap-Layers/utility/ilog2.cpp
Heap-Layers/utility/ilog2.h
Heap-Layers/utility/istrue.h
Heap-Layers/utility/lcm.h
Heap-Layers/utility/modulo.h
Heap-Layers/utility/myhashmap.h
Heap-Layers/utility/singleton.h
Heap-Layers/utility/sllist.h
Heap-Layers/utility/testalign.cpp
Heap-Layers/utility/timer-old.h
Heap-Layers/utility/timer.h
Heap-Layers/utility/tprintf.h
Heap-Layers/wrappers/all.h
Heap-Layers/wrappers/ansiwrapper.h
Heap-Layers/wrappers/generic-memalign.cpp
Heap-Layers/wrappers/gnuwrapper-hooks.cpp
Heap-Layers/wrappers/gnuwrapper.cpp
Heap-Layers/wrappers/macinterpose.h
Heap-Layers/wrappers/macwrapper.cpp
Heap-Layers/wrappers/mallocinfo.h
Heap-Layers/wrappers/mmapwrapper.h
Heap-Layers/wrappers/stlallocator.h
Heap-Layers/wrappers/winwrapper.cpp
Heap-Layers/wrappers/wrapper.cpp
Heap-Layers/wrappers/x86jump.h
Heap-Layers/wrappers/arch-specific/sparc-interchange.il
Heap-Layers/wrappers/arch-specific/x86-interchange.il
Heap-Layers/wrappers/arch-specific/x86_64-interchange.il
include/common.hpp
include/fastmemcpy.hpp
include/libdivide.h
include/lowdiscrepancy.hpp
include/memcpysampler.hpp
include/mmaparray.hpp
include/mwc.h
include/nextheap.hpp
include/open_addr_hashtable.hpp
include/repo.hpp
include/repoman.hpp
include/reposource.hpp
include/rtememcpy.h
include/samplefile.hpp
include/sampleheap.hpp
include/sampler.hpp
include/staticbufferheap.hpp
include/stprintf.h
scalene/__init__.py
scalene/__main__.py
scalene/adaptive.py
scalene/leak_analysis.py
scalene/libscalene.dylib
scalene/libscalene.so
scalene/replacement_exit.py
scalene/replacement_fork.py
scalene/replacement_lock.py
scalene/replacement_pjoin.py
scalene/replacement_poll_selector.py
scalene/replacement_thread_join.py
scalene/runningstats.py
scalene/scalene_arguments.py
scalene/scalene_magics.py
scalene/scalene_output.py
scalene/scalene_profiler.py
scalene/scalene_statistics.py
scalene/sparkline.py
scalene/syntaxline.py
scalene.egg-info/PKG-INFO
scalene.egg-info/SOURCES.txt
scalene.egg-info/dependency_links.txt
scalene.egg-info/entry_points.txt
scalene.egg-info/requires.txt
scalene.egg-info/top_level.txt
test/test_sparkline.py
test/testbug.py
test/testflask-driver.py
test/testflask.py
test/testleak.py
test/testme.py
test/testpyt.py
test/testtf.py