HomeSort by relevance Sort by last modified time
    Searched refs:_aligned_malloc (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/base/memory/
aligned_memory.cc 21 ptr = _aligned_malloc(size, alignment);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_memory_stdc.h 69 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align)
  /external/clang/lib/Headers/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_stdc.h 69 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align)
  /prebuilts/sdk/renderscript/clang-include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.c 94 return _aligned_malloc(bytes, alignment);
138 mem = _aligned_malloc(bytes, alignment);
  /external/chromium_org/tools/valgrind/tsan/
suppressions_win32.txt 205 fun:_aligned_malloc
  /external/mesa3d/src/mesa/main/
imports.c 94 return _aligned_malloc(bytes, alignment);
138 mem = _aligned_malloc(bytes, alignment);
  /external/chromium_org/base/allocator/
allocator_shim.cc 338 // 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
allocator_unittests.cc 483 // Test windows specific _aligned_malloc() and _aligned_free() methods.
490 _aligned_malloc(size, kTestAlignments[i]));
502 _aligned_malloc(size, kTestAlignments[i]));
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 103 // I'd like to map posix_memalign to _aligned_malloc, but _aligned_malloc
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 103 // I'd like to map posix_memalign to _aligned_malloc, but _aligned_malloc
    [all...]
  /external/eigen/Eigen/src/Core/util/
Memory.h 208 result = _aligned_malloc(size, 16);
    [all...]

Completed in 1196 milliseconds