This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c21f901b2f
llvm-project
/
lldb
/
examples
/
darwin
/
heap_find
/
heap
History
Greg Clayton
bded106120
Playing around with "objc_refs" over the weekend and improved it to work on a large ObjC program without running into expression timeouts. Now we get a full list of ObjC classes using a runtime function and then qsort the result. Also added code that can count all instances of each ObjC on the heap and also the total byte sizes for the object allocations.
...
llvm-svn: 163520
2012-09-10 17:22:45 +00:00
..
Makefile
Improved "objc_refs" a bit to be able to find all instances of a class'
2012-09-04 14:09:21 +00:00
heap_find.cpp
Playing around with "objc_refs" over the weekend and improved it to work on a large ObjC program without running into expression timeouts. Now we get a full list of ObjC classes using a runtime function and then qsort the result. Also added code that can count all instances of each ObjC on the heap and also the total byte sizes for the object allocations.
2012-09-10 17:22:45 +00:00