Home
last modified time | relevance | path

Searched defs:malloc (Results 26 – 50 of 4536) sorted by relevance

12345678910>>...182

/dports/graphics/nvidia-texture-tools/nvidia-texture-tools-2.0.8/src/nvcore/
H A DMemory.cpp14 void * nv::mem::malloc(size_t size) in malloc() function in nv::mem
19 void * nv::mem::malloc(size_t size, const char * file, int line) in malloc() function in nv::mem
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/
H A DMozGrMalloc.h17 #define malloc moz_xmalloc macro
27 extern "C" inline void* malloc(size_t size) in malloc() function
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/
H A DMozGrMalloc.h17 #define malloc moz_xmalloc macro
27 extern "C" inline void* malloc(size_t size) in malloc() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/
H A DMozGrMalloc.h17 #define malloc moz_xmalloc macro
27 extern "C" inline void* malloc(size_t size) in malloc() function
/dports/devel/thrust/thrust-1.9.5/thrust/system/cpp/detail/
H A Dmemory.inl29 pointer<void> malloc(std::size_t n) function
36 pointer<T> malloc(std::size_t n) function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/
H A DMozGrMalloc.h17 #define malloc moz_xmalloc macro
27 extern "C" inline void* malloc(size_t size) in malloc() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/
H A DMozGrMalloc.h17 #define malloc moz_xmalloc macro
27 extern "C" inline void* malloc(size_t size) in malloc() function
/dports/devel/hyperscan/boost_1_75_0/boost/compute/experimental/
H A Dmalloc.hpp28 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
36 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/experimental/
H A Dmalloc.hpp28 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
36 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/experimental/
H A Dsort_by_transform.hpp28 Iterator last, in malloc()
36 size_t n = detail::iterator_range_size(first, last); in malloc()
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/experimental/
H A Dmalloc.hpp28 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
36 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/experimental/
H A Dmalloc.hpp28 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
36 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
/dports/devel/vc/Vc-1.4.2/Vc/common/
H A Dmalloc.h73 template <Vc::MallocAlignment A> Vc_ALWAYS_INLINE void *malloc(size_t n) in malloc() function
136 Vc_ALWAYS_INLINE T *malloc(size_t n) in malloc() function
/dports/emulators/gxemul/gxemul-0.6.3/src/include/thirdparty/
H A Ddebug_new.h132 # define malloc(s) ((void*)(new char[s])) macro
134 # define malloc(s) ((void*)(DEBUG_NEW char[s])) macro
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/experimental/
H A Dmalloc.hpp28 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
36 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
/dports/devel/thrust/thrust-1.9.5/thrust/detail/
H A Dmalloc_and_free.h32 pointer<void,DerivedPolicy> malloc(const thrust::detail::execution_policy_base<DerivedPolicy> &exec… in malloc() function
45 pointer<T,DerivedPolicy> malloc(const thrust::detail::execution_policy_base<DerivedPolicy> &exec, s… in malloc() function
/dports/devel/boost-libs/boost_1_72_0/boost/compute/experimental/
H A Dmalloc.hpp28 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
36 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/experimental/
H A Dmalloc.hpp28 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
36 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
/dports/www/varnish6/varnish-cache-varnish-6.6.2/doc/sphinx/users-guide/
H A Dstorage-backends.rst29 malloc section in Storage backends
68 Umem is a better alternative to the malloc backend where `libumem`_ is argument
/dports/devel/boost-docs/boost_1_72_0/boost/compute/experimental/
H A Dmalloc.hpp28 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
36 malloc(std::size_t size, const context &context = system::default_context()) in malloc() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h34 static inline __device__ void *malloc(size_t __size) { in malloc() function
39 static inline __device__ void *malloc(size_t __size) { in malloc() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h34 static inline __device__ void *malloc(size_t __size) { in malloc() function
39 static inline __device__ void *malloc(size_t __size) { in malloc() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/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/tinygo/tinygo-0.14.1/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-libcxx/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}}

12345678910>>...182