Searched defs:_aligned_malloc (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/allocator/
H A Dallocator_shim.cc284 // Provide support for aligned memory through Windows only _aligned_malloc().
285 void* _aligned_malloc(size_t size, size_t alignment) { function
286 // _aligned_malloc guarantees parameter validation, so do so here. These
287 // checks are somewhat stricter than _aligned_malloc() since we're effectively

Completed in 91 milliseconds