aboutsummaryrefslogtreecommitdiffstats
path: root/common/almalloc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove a couple unused functionsChris Robinson2019-06-061-43/+0
|
* Remove the DEF_ALIGN macroChris Robinson2019-06-061-3/+4
|
* Improve alignment handling for the alignment allocatorChris Robinson2019-06-031-0/+4
|
* Remove redundant void argument list in function defFilip Gawin2019-01-091-2/+2
|
* Use c++ headersFilip Gawin2019-01-091-2/+2
|
* Use nullptr in cpp filesFilip Gawin2019-01-071-3/+3
|
* Avoid several uses of memsetChris Robinson2018-12-081-3/+1
|
* Use new/delete for ALCcontext objectsChris Robinson2018-11-181-3/+3
|
* Convert almalloc.c to C++Chris Robinson2018-11-171-0/+110