summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_memory.h
AgeCommit message (Expand)Author
2018-10-17Fix the static initialization order problem for PartitionAlloc.Lei Zhang
2018-10-16Use PartitionAllocZeroFill in FX_SafeAlloc().Lei Zhang
2018-10-09Kill off some memset()s following FX_Alloc()Tom Sepez
2018-09-25Add FxAlignToBoundary<>() template helper function.Tom Sepez
2018-05-16Add support for PartionRealloc to return nullptrRyan Harrison
2018-02-12Rearrange allocator functions to avoid unreachable codeDaniel Bratell
2017-11-03Remove flags param from FXMEM_DefaultAlloc() and friends.Lei Zhang
2017-08-31Remove fx_basic.hDan Sinclair
2017-07-13Use PartitionAlloc with PartitionAllocReturnNullNicolas Pena
2017-07-07Convert c-style casts in fx_memory.h into static_castsRyan Harrison
2017-06-22Add a |gGeneralPartitionAllocator| and use it in the |FX_*Alloc| wrappers.chromium/3142chromium/3141chromium/3140chromium/3139Chris Palmer
2017-05-11Fixup Initialize spellingchromium/3097Dan Sinclair
2017-04-18Libtiff upstream: _TIFFcalloc additionNicolas Pena
2017-04-06Fix unit tests to initialize PartitionAlloc.Chris Palmer
2017-03-26Use PartitionAlloc for JavaScript ArrayBuffers and strings.Chris Palmer
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair