Home
last modified time | relevance | path

Searched defs:malloc (Results 51 – 75 of 4536) sorted by relevance

12345678910>>...182

/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaObjC/
H A Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h38 static inline __device__ void *malloc(size_t __size) { in malloc() function
43 static inline __device__ void *malloc(size_t __size) { in malloc() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaObjC/
H A Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaObjC/
H A Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaObjC/
H A Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaObjC/
H A Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaObjC/
H A Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h38 static inline __device__ void *malloc(size_t __size) { in malloc() function
43 static inline __device__ void *malloc(size_t __size) { in malloc() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaObjC/
H A Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h38 static inline __device__ void *malloc(size_t __size) { in malloc() function
43 static inline __device__ void *malloc(size_t __size) { in malloc() function
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/third_party/clang/lib/clang/12.0.0/include/
H A D__clang_hip_runtime_wrapper.h38 static inline __device__ void *malloc(size_t __size) { in malloc() function
43 static inline __device__ void *malloc(size_t __size) { in malloc() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaObjC/
H A Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaObjC/
H A Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/dports/devel/libhoard/Hoard/src/Heap-Layers/heaps/general/
H A Ddlheap.h64 inline void * malloc (const size_t sz) { in malloc() function
92 inline void * malloc (const size_t sz) { in malloc() function
150 inline void * malloc (const size_t sz) { in malloc() function
219 inline void * malloc (const size_t sz) { in malloc() function
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dmemh.pas58 function malloc(size: longint): pointer; in malloc() function
178 function malloc(size: longint): pointer; in malloc() function
/dports/devel/thrust/thrust-1.9.5/thrust/system/omp/detail/
H A Dmemory.inl54 inline pointer<void> malloc(std::size_t n) function
65 pointer<T> malloc(std::size_t n) function
/dports/devel/thrust/thrust-1.9.5/thrust/system/tbb/detail/
H A Dmemory.inl56 inline pointer<void> malloc(std::size_t n) function
67 pointer<T> malloc(std::size_t n) function
/dports/lang/ruby26/ruby-2.6.9/ext/fiddle/lib/fiddle/
H A Dstruct.rb69 def new_class.malloc() singletonMethod
87 def CStructEntity.malloc(types, func = nil) singletonMethod in Fiddle.CStructEntity
217 def CUnionEntity.malloc(types, func=nil) singletonMethod in Fiddle.CUnionEntity
/dports/devel/libhoard/Hoard/src/Heap-Layers/heaps/top/
H A Dmmapheap.h86 static inline void * malloc (size_t sz) { in malloc() function
114 static inline void * malloc (size_t sz) { in malloc() function
173 inline void * malloc (size_t sz) { in malloc() function
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Delectric.h56 # define malloc(a) xmalloc_size_t(a) macro
60 # define malloc(a) xmalloc(a) macro
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_core/src/ADM_nvwa/
H A Ddebug_new.h132 # define malloc(s) ((void*)(new char[s])) macro
134 # define malloc(s) ((void*)(DEBUG_NEW char[s])) macro

12345678910>>...182