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

12

  /prebuilts/sdk/renderscript/clang-include/
mm_malloc.h 59 __mallocedMemory = _aligned_malloc(__size, __align);
  /external/gemmlowp/internal/
platform.h 57 return _aligned_malloc(size, alignment);
  /external/tensorflow/tensorflow/compiler/aot/
runtime.cc 35 return _aligned_malloc(size, minimum_alignment);
  /external/v8/src/
allocation.cc 59 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")
crtdbg.h 150 #define _aligned_malloc_dbg(s,a,f,l) _aligned_malloc(s,a)
stdlib.h 452 #if (!defined (_XMMINTRIN_H_INCLUDED) && !defined (_MM_MALLOC_H_INCLUDED)) || defined(_aligned_malloc)
454 #pragma push_macro("_aligned_malloc")
456 #undef _aligned_malloc macro
458 _CRTIMP void *__cdecl _aligned_malloc(size_t _Size,size_t _Alignment);
460 #pragma pop_macro("_aligned_malloc")
  /external/mesa3d/src/mesa/main/
imports.c 93 return _aligned_malloc(bytes, alignment);
137 mem = _aligned_malloc(bytes, alignment);
  /external/tensorflow/tensorflow/core/platform/windows/
port.cc 74 return _aligned_malloc(size, minimum_alignment);
  /external/libcxx/src/
new.cpp 191 while ((p = _aligned_malloc(size, static_cast<size_t>(alignment))) == nullptr)
  /external/libcxxabi/src/
stdlib_new_delete.cpp 150 while ((p = _aligned_malloc(size, static_cast<size_t>(alignment))) == nullptr)
fallback_malloc.cpp 207 if (void* dest = _aligned_malloc(size, alignof(__aligned_type)))
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
new.cpp 187 while ((p = _aligned_malloc(size, static_cast<size_t>(alignment))) == nullptr)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
stdlib_new_delete.cpp 150 while ((p = _aligned_malloc(size, static_cast<size_t>(alignment))) == nullptr)
fallback_malloc.cpp 207 if (void* dest = _aligned_malloc(size, alignof(__aligned_type)))
  /external/ImageMagick/MagickCore/
semaphore.c 160 memory=_aligned_malloc(extent,alignment);
memory.c 267 memory=_aligned_malloc(extent,alignment);
    [all...]
  /external/deqp/framework/delibs/debase/
deMemory.c 159 return _aligned_malloc(numBytes, alignBytes);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
os.h 62 return _aligned_malloc(_Size, _Alignment);
  /external/libhevc/test/decoder/
main.c 414 return (void *)_aligned_malloc(i4_size, alignment);
    [all...]
  /external/libavc/test/decoder/
main.c 421 return (void *)_aligned_malloc(i4_size, alignment);
    [all...]
  /external/libavc/test/encoder/
main.c 254 return _aligned_malloc(size, alignment);
    [all...]
  /external/libmpeg2/test/decoder/
main.c 430 return (void *)_aligned_malloc(size, alignment);
    [all...]
  /external/ImageMagick/
configure     [all...]

Completed in 447 milliseconds

12