summaryrefslogtreecommitdiffstats
path: root/base/memory/aligned_memory.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/memory/.avi2015-12-241-20/+23
* Convert scoped_ptr_malloc -> scoped_ptr, part 1.viettrungluu@chromium.org2014-02-161-2/+2
* Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter.viettrungluu@chromium.org2014-02-151-3/+3
* Upgrade AlignedMemory to support dynamic allocations.dalecurtis@chromium.org2012-07-261-6/+44
* Revert 147988 - Upgrade AlignedMemory to support dynamic allocations.acolwell@chromium.org2012-07-241-45/+7
* Upgrade AlignedMemory to support dynamic allocations.dalecurtis@chromium.org2012-07-231-7/+45
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add ALIGNAS and ALIGNOF macros to ensure proper alignment of StaticMemorySing...jbates@chromium.org2012-02-231-0/+77