Searched refs:malloc (Results 2776 - 2789 of 2789) sorted by relevance
1...<<111112
/third_party/eudev/ |
H A D | configure | 13157 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); 18338 /* malloc might have been renamed as rpl_malloc. */ 18339 #undef malloc 18367 char *malloc (); 18413 data = (char *) malloc (pagesize); 18462 data3 = (char *) malloc (pagesize);
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 1064 static void* MallocWrapper(size_t size, void* user_data) { IM_UNUSED(user_data); return malloc(size); } in MallocWrapper()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 981 static void* MallocWrapper(size_t size, void* user_data) { IM_UNUSED(user_data); return malloc(size); } in MallocWrapper()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 2415 /* We need to malloc the initial block. */ in upb_arena_init() 9110 sink->ptr = malloc(sink->size); in upb_stringsink_init() 12455 /* TODO(haberman): handle malloc failure. */ in newstrpc()
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 13913 #[doc(alias = "malloc")] 14027 // like `malloc`, `realloc`, and `free`, respectively. 16579 #[doc(alias = "malloc")] [all...] |
/third_party/sqlite/src/ |
H A D | sqlite3.c | 762 #define SQLITE_NOMEM 7 /* A malloc() failed */ 2033 ** malloc(), realloc() and free() functions from the standard C library. 2228 ** to using its default memory allocator (the system malloc() implementation), 3247 ** Windows VFS uses native malloc() and free() for some operations. 4874 ** index is out of range. ^[SQLITE_NOMEM] is returned if malloc() fails. 8776 ** <dd>This parameter returns the number of malloc attempts that were 8782 ** <dd>This parameter returns the number malloc attempts that might have 8790 ** <dd>This parameter returns the number malloc attempts that might have 13646 ** SQLITE_SYSTEM_MALLOC // Use normal system malloc() 13649 ** SQLITE_MEMDEBUG // Debugging version of system malloc() [all...] |
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 4914 Class* classes = (CATCH_UNSAFE_UNRETAINED Class *)malloc( sizeof(Class) * noClasses);
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 1585 JSON_HEDLEY_HAS_ATTRIBUTE(malloc) || \
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 1722 JSON_HEDLEY_HAS_ATTRIBUTE(malloc) || \
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 70 return allocator->malloc(size, allocator->memory_data); in pcre2_jit_malloc()
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 3581 // wuffs_base__malloc_slice_uxx wraps calling a malloc-like function, except 3586 // You can pass the C stdlib's malloc as the malloc_func. 6385 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and 6669 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and 6953 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and 7141 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and 7401 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and 7631 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and 8009 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and 8279 // Use malloc o [all...] |
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 3366 // wuffs_base__malloc_slice_uxx wraps calling a malloc-like function, except 3371 // You can pass the C stdlib's malloc as the malloc_func. 6170 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and 6454 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and 6738 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and 6926 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and 7186 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and 7416 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and 7794 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and 8064 // Use malloc o [all...] |
/third_party/glfw/deps/ |
H A D | nuklear.h | 540 /// __nk_init_default__ | Initializes context with standard library memory allocation (malloc,free) 4090 allocation functions malloc and free and takes over complete control over 5704 #include <stdlib.h> /* malloc, free */ 8013 return malloc(size); in nk_malloc()
|
/third_party/curl/src/ |
H A D | tool_hugehelp.c | 13483 buf = malloc(BUF_SIZE); in hugehelp()
|
Completed in 440 milliseconds
1...<<111112