summaryrefslogtreecommitdiff
path: root/lib/xray/xray_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [XRay] Use preallocated memory for XRay profilingDean Michael Berris2018-12-071-4/+18
* Re-land "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-071-19/+55
* Revert "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-061-55/+19
* Re-land r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-061-19/+55
* Revert r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Hans Wennborg2018-12-051-55/+19
* [XRay] Use deallocateBuffer instead of deallocateDean Michael Berris2018-12-051-16/+16
* [XRay] Move-only Allocator, FunctionCallTrie, and ArrayDean Michael Berris2018-12-051-4/+40
* [XRay] Support for FuchsiaPetr Hosek2018-11-221-0/+60
* [XRay] Add a test for allocator exhaustionDean Michael Berris2018-11-201-7/+8
* [XRay][compiler-rt] Update use of internal_mmapDean Michael Berris2018-09-211-25/+29
* [XRay] Simplify FDR buffer managementDean Michael Berris2018-09-171-5/+15
* [XRay] XRAY_NEVER_INSTRUMENT more functions, consolidate allocatorsDean Michael Berris2018-09-071-5/+45
* [XRay][compiler-rt] Remove MAP_NORESERVE from XRay allocationsDean Michael Berris2018-08-161-7/+2
* [Xray] Fix allocator build, MAP_NORESERVE flag is not always supportedDavid Carlier2018-07-191-1/+6
* [XRay][compiler-rt] Simplify Allocator ImplementationDean Michael Berris2018-07-181-106/+64
* [XRay][compiler-rt] xray::Array Freelist and Iterator UpdatesDean Michael Berris2018-07-101-15/+25
* Fix GCC 4.8.5 build by avoiding braced default member initializerReid Kleckner2018-05-311-1/+8
* [XRay][profiler] Part 1: XRay Allocator and Array ImplementationsDean Michael Berris2018-04-291-0/+149