summaryrefslogtreecommitdiffstats
path: root/osi/src/allocator.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build issues in bluedroid on masterEtan Cohen2015-03-311-0/+1
* Use fully qualified path for OSI includes.Sharvil Nanavati2015-03-161-2/+2
* Enable allocation tracking for eng and userdebug builds.Sharvil Nanavati2015-03-161-8/+13
* Modify allocation tracking to include and verify the allocation sourceZach Johnson2015-03-161-4/+18
* Add memory canaries and turn them on for unit testsZach Johnson2015-03-161-11/+6
* Make osi_strdup report allocation size correctlyZach Johnson2015-03-161-1/+1
* Add strdup to tracked allocationsZach Johnson2015-03-161-0/+6
* Implement memory allocation trackerZach Johnson2015-03-161-2/+25
* Add an allocator interface + default malloc allocatorZach Johnson2015-03-161-0/+26