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

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

Completed in 193 milliseconds