Home
last modified time | relevance | path

Searched defs:malloc (Results 1 – 25 of 44) sorted by relevance

12

/third_party/boost/boost/compute/experimental/
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
/third_party/Linux_Kernel/include/linux/decompress/
Dmm.h33 static void *malloc(int size) in malloc() function
80 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
/third_party/gstreamer/gstreamer/gst/parse/
Dparse.l26 #define malloc g_malloc macro
/third_party/glib/glib/gnulib/
Dg-gnulib.h33 #define malloc g_malloc macro
/third_party/unity/extras/memory/src/
Dunity_memory.h41 #define malloc unity_malloc macro
/third_party/cJSON/tests/unity/extras/fixture/src/
Dunity_fixture_malloc_overrides.h37 #define malloc unity_malloc macro
/third_party/gstreamer/gstreamer/gst/printf/
Dgst-printf.h35 #define malloc g_malloc macro
/third_party/boost/libs/pool/test/
Dtest_poisoned_macros.cpp29 #define malloc(x) undefined_poisoned_symbol1(x) macro
Dtrack_allocator.hpp83 static char* malloc(const size_type bytes) in malloc() function
Dtest_simple_seg_storage.hpp123 void* malloc() in malloc() function in test_simp_seg_store
Dtest_pool_alloc.cpp92 static char * malloc(const size_type bytes) in malloc() function
/third_party/flutter/skia/src/core/
DSkMipMap.h74 SkMipMap(void* malloc, size_t size) : INHERITED(malloc, size) {} in SkMipMap()
/third_party/boringssl/src/crypto/test/
Dmalloc.cc114 void *malloc(size_t size) { in malloc() function
/third_party/libunwind/tests/
DGtest-nomalloc.c38 malloc(size_t s) in malloc() function
DLtest-nocalloc.c66 malloc(size_t s) in malloc() function
/third_party/python/Include/cpython/
Dpymem.h58 void* (*malloc) (void *ctx, size_t size); member
/third_party/curl/lib/
Dcurl_memory.h124 #define malloc(size) Curl_cmalloc(size) macro
Dmemdebug.h92 #define malloc(size) curl_dbg_malloc(size, __LINE__, __FILE__) macro
/third_party/Linux_Kernel/include/linux/
Dzpool.h92 int (*malloc)(void *pool, size_t size, gfp_t gfp, member
/third_party/boost/boost/context/
Dpooled_fixedsize_stack.hpp49 static char * malloc( const size_type bytes) { in malloc() function
/third_party/python/Lib/multiprocessing/
Dheap.py296 def malloc(self, size): member in Heap
/third_party/glib/glib/
Dgmem.h366 gpointer (*malloc) (gsize n_bytes); member
/third_party/node/deps/uvwasi/include/
Duvwasi.h31 uvwasi_malloc malloc; member
/third_party/harfbuzz/src/
Dhb.hh226 #define malloc hb_malloc_impl macro
/third_party/python/Modules/
Dhashtable.h83 void* (*malloc) (size_t size); member

12