aboutsummaryrefslogtreecommitdiffstats
path: root/common/almalloc.h
Commit message (Collapse)AuthorAgeFilesLines
* Add front and back methods to FlexArrayChris Robinson2019-01-171-0/+6
|
* Add placement operator deleteChris Robinson2019-01-111-3/+7
|
* Add a missing includeChris Robinson2019-01-111-0/+1
|
* Add a flexible array template containerChris Robinson2019-01-111-0/+42
|
* Add and use a make_unique functionChris Robinson2019-01-011-0/+7
|
* Use static_cast instead of reinterpret_cast where possibleChris Robinson2018-12-281-1/+1
|
* Add an assume_aligned helperChris Robinson2018-12-201-0/+15
|
* Add and use a macro to define placement-new-only allocatorsChris Robinson2018-11-221-0/+4
| | | | | | This is for structs that utilize over-allocation, either flexible array members, or which store optional additional objects in the same allocation block.
* Move the alignment-aware allocator and vector to headersChris Robinson2018-11-181-0/+38
|
* Use new/delete for ALCcontext objectsChris Robinson2018-11-181-11/+12
|
* Add a method to get the system's page sizeChris Robinson2018-01-161-0/+9
|
* Move internal headers out of the include directoryChris Robinson2017-04-141-0/+21