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

1 2

  /external/compiler-rt/test/asan/TestCases/Windows/
aligned_mallocs.cc 14 int *p = (int*)_aligned_malloc(1024 * sizeof(int), 32);
19 p = (int*)_aligned_malloc(128, 128);
dll_aligned_mallocs.cc 17 int *p = (int*)_aligned_malloc(1024 * sizeof(int), 32);
22 p = (int*)_aligned_malloc(128, 128);
  /external/libchrome/base/memory/
aligned_memory.cc 22 ptr = _aligned_malloc(size, alignment);
  /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)
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /prebuilts/sdk/renderscript/clang-include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /external/v8/src/
allocation.cc 87 ptr = _aligned_malloc(size, alignment);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
malloc.h 56 #if (!defined (_XMMINTRIN_H_INCLUDED) && !defined (_MM_MALLOC_H_INCLUDED)) || defined(_aligned_malloc)
66 #pragma push_macro("_aligned_malloc")
68 #undef _aligned_malloc macro
72 #define _mm_malloc(a,b) _aligned_malloc(a,b)
84 _CRTIMP void *__cdecl _aligned_malloc(size_t _Size,size_t _Alignment);
97 #pragma pop_macro("_aligned_malloc")
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btAlignedAllocator.cpp 41 return _aligned_malloc(size, (size_t)alignment);
  /external/mesa3d/src/mesa/main/
imports.c 94 return _aligned_malloc(bytes, alignment);
138 mem = _aligned_malloc(bytes, alignment);
  /external/ImageMagick/MagickCore/
semaphore.c 160 memory=_aligned_malloc(extent,alignment);
  /external/deqp/framework/delibs/debase/
deMemory.c 159 return _aligned_malloc(numBytes, alignBytes);

Completed in 813 milliseconds

1 2