malloc 144 base/allocator/allocator_shim.cc return malloc(size); malloc 358 base/allocator/allocator_unittest.cc unsigned char* ptr = reinterpret_cast<unsigned char*>(malloc(size)); malloc 399 base/allocator/allocator_unittest.cc void* p = malloc(start_sizes[s]); malloc 418 base/allocator/allocator_unittest.cc unsigned char* src = reinterpret_cast<unsigned char*>(malloc(src_size)); malloc 433 base/allocator/allocator_unittest.cc int** p = reinterpret_cast<int**>(malloc(sizeof(*p) * kNumEntries)); malloc 437 base/allocator/allocator_unittest.cc p[i] = reinterpret_cast<int*>(malloc(8192)); malloc 454 base/allocator/allocator_unittest.cc char* ptr = reinterpret_cast<char*>(malloc(size)); malloc 16 base/allocator/generic_allocators.cc ptr = malloc(size); malloc 71 base/allocator/generic_allocators.cc void* result = malloc(size); malloc 149 base/allocator/generic_allocators.cc return malloc(size); malloc 63 base/android/linker/linker_jni.cc ptr_ = static_cast<char*>(::malloc(size_ + 1)); malloc 25 base/memory/discardable_memory_malloc.cc memory_.reset(static_cast<uint8*>(malloc(size_))); malloc 128 base/memory/discardable_memory_manager.cc scoped_ptr<uint8, FreeDeleter> memory(static_cast<uint8*>(malloc(bytes))); malloc 44 base/memory/ref_counted_memory_unittest.cc void* data = malloc(6); malloc 57 base/memory/scoped_ptr_unittest.cc return malloc(size); malloc 389 base/process/launch_posix.cc reinterpret_cast<void*>(reinterpret_cast<intptr_t>(malloc) & ~4095); malloc 391 base/process/launch_posix.cc memset(reinterpret_cast<void*>(malloc), 0xff, 8); malloc 25 base/process/memory_linux.cc return malloc(size); malloc 118 base/process/memory_linux.cc DIE_ON_OOM_1(malloc) malloc 204 base/process/memory_linux.cc *result = malloc(size); malloc 121 base/process/memory_unittest.cc buf = malloc(std::numeric_limits<size_t>::max() - (2 * PAGE_SIZE) - 1); malloc 220 base/process/memory_unittest.cc value_ = malloc(test_size_); malloc 92 base/process/memory_win.cc *result = malloc(size); malloc 25 base/process/process_info_mac.cc proc(static_cast<struct kinfo_proc*>(malloc(len))); malloc 104 base/security_unittest.cc HideValueFromCompiler(malloc(kTooBigAllocSize)))); malloc 119 base/security_unittest.cc char* orig_ptr = static_cast<char*>(malloc(1)); malloc 264 base/security_unittest.cc static_cast<char*>(malloc(kAllocSize))); malloc 227 base/third_party/dmg_fp/dtoa.cc #define MALLOC malloc malloc 146 base/third_party/xdg_mime/xdgmime.c file_name = malloc (strlen (directory) + strlen ("/mime/mime.cache") + 1); malloc 166 base/third_party/xdg_mime/xdgmime.c file_name = malloc (strlen (directory) + strlen ("/mime/globs2") + 1); malloc 176 base/third_party/xdg_mime/xdgmime.c file_name = malloc (strlen (directory) + strlen ("/mime/globs") + 1); malloc 189 base/third_party/xdg_mime/xdgmime.c file_name = malloc (strlen (directory) + strlen ("/mime/magic") + 1); malloc 201 base/third_party/xdg_mime/xdgmime.c file_name = malloc (strlen (directory) + strlen ("/mime/aliases") + 1); malloc 206 base/third_party/xdg_mime/xdgmime.c file_name = malloc (strlen (directory) + strlen ("/mime/subclasses") + 1); malloc 211 base/third_party/xdg_mime/xdgmime.c file_name = malloc (strlen (directory) + strlen ("/mime/icons") + 1); malloc 216 base/third_party/xdg_mime/xdgmime.c file_name = malloc (strlen (directory) + strlen ("/mime/generic-icons") + 1); malloc 249 base/third_party/xdg_mime/xdgmime.c guessed_xdg_home = malloc (strlen (home) + strlen ("/.local/share/") + 1); malloc 287 base/third_party/xdg_mime/xdgmime.c dir = malloc (len + 1); malloc 351 base/third_party/xdg_mime/xdgmime.c file_name = malloc (strlen (directory) + strlen ("/mime/mime.cache") + 1); malloc 366 base/third_party/xdg_mime/xdgmime.c file_name = malloc (strlen (directory) + strlen ("/mime/globs") + 1); malloc 377 base/third_party/xdg_mime/xdgmime.c file_name = malloc (strlen (directory) + strlen ("/mime/magic") + 1); malloc 539 base/third_party/xdg_mime/xdgmime.c data = malloc (max_extent); malloc 827 base/third_party/xdg_mime/xdgmime.c result = (char **) malloc (n); malloc 67 base/third_party/xdg_mime/xdgmimealias.c list = malloc (sizeof (XdgAliasList)); malloc 149 base/third_party/xdg_mime/xdgmimecache.c cache = (XdgMimeCache *) malloc (sizeof (XdgMimeCache)); malloc 767 base/third_party/xdg_mime/xdgmimecache.c data = malloc (max_extent); malloc 969 base/third_party/xdg_mime/xdgmimecache.c result = (char **) malloc (p * sizeof (char *)); malloc 66 base/third_party/xdg_mime/xdgmimeicon.c list = malloc (sizeof (XdgIconList)); malloc 163 base/third_party/xdg_mime/xdgmimeint.c out = malloc (sizeof (xdg_unichar_t) * (strlen (source) + 1)); malloc 105 base/third_party/xdg_mime/xdgmimemagic.c matchlet = malloc (sizeof (XdgMimeMagicMatchlet)); malloc 171 base/third_party/xdg_mime/xdgmimemagic.c retval = malloc (len); malloc 398 base/third_party/xdg_mime/xdgmimemagic.c matchlet->value = malloc (matchlet->value_length); malloc 419 base/third_party/xdg_mime/xdgmimemagic.c matchlet->mask = malloc (matchlet->value_length); malloc 68 base/third_party/xdg_mime/xdgmimeparent.c list = malloc (sizeof (XdgParentList)); malloc 180 base/third_party/xdg_mime/xdgmimeparent.c entry->parents = malloc ((entry->n_parents + 1) * sizeof (char *)); malloc 67 base/third_party/xdg_user_dirs/xdg_user_dir_lookup.cc config_file = (char*) malloc (strlen (home_dir) + strlen ("/.config/user-dirs.dirs") + 1); malloc 76 base/third_party/xdg_user_dirs/xdg_user_dir_lookup.cc config_file = (char*) malloc (strlen (config_home) + strlen ("/user-dirs.dirs") + 1); malloc 136 base/third_party/xdg_user_dirs/xdg_user_dir_lookup.cc user_dir = (char*) malloc (strlen (home_dir) + 1 + strlen (p) + 1); malloc 145 base/third_party/xdg_user_dirs/xdg_user_dir_lookup.cc user_dir = (char*) malloc (strlen (p) + 1); malloc 207 base/third_party/xdg_user_dirs/xdg_user_dir_lookup.cc user_dir = (char*) malloc (strlen (home_dir) + strlen ("/Desktop") + 1); malloc 130 base/tools_sanity_unittest.cc char *foo = reinterpret_cast<char*>(malloc(10)); malloc 84 chrome/browser/extensions/api/braille_display_private/brlapi_connection.cc handle_.reset((brlapi_handle_t*) malloc( malloc 206 chrome/browser/password_manager/password_store_mac.cc char* time_string = static_cast<char*>(malloc(byte_length + 1)); malloc 75 chrome/browser/safe_browsing/safe_browsing_util.cc SBEntry *rv = static_cast<SBEntry*>(malloc(size)); malloc 361 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc gchar** uris = reinterpret_cast<gchar**>(malloc(sizeof(gchar*) * malloc 259 chrome/installer/mac/third_party/bsdiff/goobsdiff.c bz2 = malloc(bz2_len); malloc 279 chrome/installer/mac/third_party/bsdiff/goobsdiff.c gz = malloc(gz_len); malloc 298 chrome/installer/mac/third_party/bsdiff/goobsdiff.c lzma = malloc(lzma_len); malloc 355 chrome/installer/mac/third_party/bsdiff/goobsdiff.c ((old=malloc(oldsize+1))==NULL) || malloc 360 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(((I=malloc((oldsize+1)*sizeof(off_t)))==NULL) || malloc 361 chrome/installer/mac/third_party/bsdiff/goobsdiff.c ((V=malloc((oldsize+1)*sizeof(off_t)))==NULL)) err(1,NULL); malloc 371 chrome/installer/mac/third_party/bsdiff/goobsdiff.c ((new=malloc(newsize+1))==NULL) || malloc 376 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(((cb=malloc(newsize+1))==NULL) || malloc 377 chrome/installer/mac/third_party/bsdiff/goobsdiff.c ((db=malloc(newsize+1))==NULL) || malloc 378 chrome/installer/mac/third_party/bsdiff/goobsdiff.c ((eb=malloc(newsize+1))==NULL)) err(1,NULL); malloc 100 chrome/installer/mac/third_party/bsdiff/goobspatch.c if (!(xzf = malloc(sizeof(xzfile)))) { malloc 448 chrome/installer/mac/third_party/bsdiff/goobspatch.c ((old=malloc(oldsize+1))==NULL) || malloc 462 chrome/installer/mac/third_party/bsdiff/goobspatch.c if((new=malloc(newsize+1))==NULL) err(1,NULL); malloc 284 chrome/renderer/pepper/ppb_pdf_impl.cc malloc(*count * sizeof(PP_PrivateFindResult))); malloc 182 chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc buffer = reinterpret_cast<char *>(malloc(nbytes)); malloc 163 components/nacl/loader/nacl_ipc_adapter.cc static_cast<QuotaInterface*>(malloc(sizeof *quota_interface)); malloc 170 components/nacl/loader/nacl_ipc_adapter.cc NaClDescQuota* desc = static_cast<NaClDescQuota*>(malloc(sizeof *desc)); malloc 148 components/nacl/loader/nacl_validation_query.cc *file_path = static_cast<char*>(malloc(path.length() + 1)); malloc 161 components/nacl/loader/nacl_validation_query.cc static_cast<NaClValidationCache*>(malloc(sizeof(NaClValidationCache))); malloc 135 components/nacl/loader/nonsfi/nonsfi_main.cc static_cast<struct NaClDescImcDesc*>(malloc(sizeof *channel)); malloc 216 components/storage_monitor/storage_monitor_win_unittest.cc static_cast<DEV_BROADCAST_DEVICEINTERFACE*>(malloc(size))); malloc 565 components/visitedlink/browser/visitedlink_master.cc file_ = static_cast<FILE**>(malloc(sizeof(*file_))); malloc 473 content/browser/geolocation/wifi_data_provider_win.cc static_cast<BYTE*>(malloc(oid_buffer_size_))); malloc 221 content/browser/renderer_host/java/java_bound_object.cc char* buffer = static_cast<char*>(malloc(length)); malloc 393 content/child/npapi/npobject_proxy.cc *value = static_cast<NPIdentifier *>(malloc(sizeof(NPIdentifier) * *count)); malloc 255 content/child/npapi/npobject_util.cc void* buffer = malloc(param.string_value.size()); malloc 322 content/child/npapi/plugin_host.cc return malloc(size); malloc 56 content/renderer/browser_plugin/browser_plugin_bindings.cc NPUTF8 *chars = static_cast<NPUTF8 *>(malloc(length)); malloc 260 content/renderer/pepper/message_channel.cc std::malloc(sizeof(NPIdentifier) * (*count + 1))); malloc 271 content/renderer/pepper/message_channel.cc *value = static_cast<NPIdentifier*>(malloc(sizeof(NPIdentifier))); malloc 97 content/renderer/pepper/npapi_glue.cc char* c_string = static_cast<char*>(malloc(value.size())); malloc 235 content/renderer/pepper/ppb_var_deprecated_impl.cc *properties = static_cast<PP_Var*>(malloc(sizeof(PP_Var) * count)); malloc 242 content/shell/tools/plugin/PluginObject.cpp NPUTF8* result = (NPUTF8*)malloc(length + 1); malloc 885 content/shell/tools/plugin/PluginObject.cpp char* result = static_cast<char*>(malloc(string.UTF8Length + 1)); malloc 1347 content/shell/tools/plugin/PluginObject.cpp PluginObject* newInstance = (PluginObject*)malloc(sizeof(PluginObject)); malloc 1425 content/shell/tools/plugin/PluginObject.cpp strHdr = (char*)malloc(len + 1); malloc 102 content/shell/tools/plugin/TestObject.cpp static_cast<TestObject*>(malloc(sizeof(TestObject))); malloc 227 content/shell/tools/plugin/main.cpp char* buffer = (char*) malloc(length); malloc 118 courgette/memory_monitor.cc void *p = malloc(s); malloc 50 crypto/capi_util.cc return malloc(size); malloc 24 crypto/cssm_init.cc return malloc(size); malloc 110 crypto/mock_apple_keychain_mac.cc attribute->data = malloc(length); malloc 172 crypto/mock_apple_keychain_mac.cc keychain_data_[item].data = malloc(length); malloc 308 crypto/openpgp_symmetric_encryption.cc char* buf = reinterpret_cast<char*>(malloc(length)); malloc 444 crypto/openpgp_symmetric_encryption.cc malloc(encrypted_key.size())); malloc 551 crypto/openpgp_symmetric_encryption.cc uint8* plaintext = reinterpret_cast<uint8*>(malloc(plaintext_size)); malloc 55 crypto/third_party/nss/sha512.cc #define PORT_New(type) static_cast<type*>(malloc(sizeof(type))) malloc 23 device/hid/hid_connection_mac.cc inbound_buffer_.reset((uint8_t*)malloc(device_info.input_report_size)); malloc 91 device/hid/hid_service_win.cc malloc(required_size))); malloc 29 gin/array_buffer.cc return malloc(length); malloc 80 media/audio/mac/audio_manager_mac.cc devices(static_cast<AudioDeviceID*>(malloc(size))); malloc 504 media/audio/mac/audio_manager_mac.cc devices(static_cast<AudioDeviceID*>(malloc(size))); malloc 118 media/base/bind_to_current_loop_unittest.cc static_cast<bool*>(malloc(sizeof(bool)))); malloc 132 media/base/bind_to_current_loop_unittest.cc static_cast<bool*>(malloc(sizeof(bool)))); malloc 25 media/tools/player_x11/x11_video_renderer.cc static_cast<char*>(malloc(width * height * 4)), malloc 32 mojo/public/cpp/bindings/lib/message.cc data_ = static_cast<internal::MessageData*>(malloc(num_bytes)); malloc 89 mojo/public/cpp/bindings/lib/scratch_buffer.cc Segment* segment = static_cast<Segment*>(malloc(segment_size)); malloc 96 native_client_sdk/src/examples/demo/life/life.c g_Context.cell_in = (uint8_t*) malloc(size); malloc 97 native_client_sdk/src/examples/demo/life/life.c g_Context.cell_out = (uint8_t*) malloc(size); malloc 314 native_client_sdk/src/examples/demo/nacl_io/handlers.c buffer = (char*)malloc(data_len + 1); malloc 97 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c buffer = (char*)malloc(length + 1); /* +1 for NULL-terminator. */ malloc 89 native_client_sdk/src/examples/tutorial/debugging/debugging.c char* out = (char*)malloc(size); malloc 11 native_client_sdk/src/examples/tutorial/dlopen/reverse.cc char* reversed = static_cast<char*>(malloc(len + 1)); malloc 100 native_client_sdk/src/gonacl_appengine/src/life/life.c g_Context.cell_in = (uint8_t*) malloc(size); malloc 101 native_client_sdk/src/gonacl_appengine/src/life/life.c g_Context.cell_out = (uint8_t*) malloc(size); malloc 245 native_client_sdk/src/libraries/error_handling/error_handling.c stack_info = (EHStackInfo*) malloc(sizeof(EHStackInfo)); malloc 29 native_client_sdk/src/libraries/error_handling/string_stream.c outstr = malloc(stream->length + len + 1); malloc 25 native_client_sdk/src/libraries/nacl_io/h_errno.c h_errno_ptr = (int *) malloc(sizeof(int)); malloc 36 native_client_sdk/src/libraries/nacl_io/host_resolver.cc addrinfo* ai = static_cast<addrinfo*>(malloc(sizeof(addrinfo))); malloc 53 native_client_sdk/src/libraries/nacl_io/host_resolver.cc static_cast<sockaddr_in6*>(malloc(sizeof(sockaddr_in6))); malloc 62 native_client_sdk/src/libraries/nacl_io/host_resolver.cc static_cast<sockaddr_in*>(malloc(sizeof(sockaddr_in))); malloc 152 native_client_sdk/src/libraries/nacl_io/host_resolver.cc hostent_.h_aliases = static_cast<char**>(malloc(sizeof(char*))); malloc 181 native_client_sdk/src/libraries/nacl_io/host_resolver.cc *hostent_addr = static_cast<char*>(malloc(hostent_.h_length)); malloc 339 native_client_sdk/src/libraries/nacl_io/host_resolver.cc canon_name = static_cast<char*>(malloc(len+1)); malloc 37 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc output->data = malloc(count * size); malloc 114 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc buf = static_cast<char*>(malloc(size)); malloc 21 native_client_sdk/src/libraries/nacl_io/syscalls/getcwd.c buf = (char*)malloc(size); malloc 25 native_client_sdk/src/libraries/ppapi_simple/ps_context_2d.cc PSContext2D_t* ctx = (PSContext2D_t*) malloc(sizeof(PSContext2D_t)); malloc 354 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc PSEvent *env = (PSEvent *) malloc(sizeof(PSEvent)); malloc 363 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc PSEvent *env = (PSEvent *) malloc(sizeof(PSEvent)); malloc 377 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc PSEvent *env = (PSEvent *) malloc(sizeof(PSEvent)); malloc 519 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc PSEvent *env = (PSEvent *) malloc(sizeof(PSEvent)); malloc 123 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c if ((parms = (ThreadParms *) malloc (sizeof (*parms))) == NULL) malloc 66 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h #if !defined(malloc) malloc 76 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_init.c attr_result = (pthread_attr_t) malloc (sizeof (*attr_result)); malloc 105 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_init.c mx->robustNode = (ptw32_robust_node_t*) malloc(sizeof(ptw32_robust_node_t)); malloc 48 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_calloc.c p = malloc (m); malloc 520 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc char* outbuf = (char*)malloc(LARGE_SEND_BYTES); malloc 521 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc char* inbuf = (char*)malloc(LARGE_SEND_BYTES); malloc 17 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_buffer_interface.cc var_data->buffer_value.ptr = malloc(size_in_bytes); malloc 95 net/base/nss_memio.c mb->buf = malloc(size); malloc 383 net/base/nss_memio.c secret = malloc(sizeof(struct PRFilePrivate)); malloc 22 net/disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc buffer_ = malloc(size); malloc 23 net/disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc snapshot_ = malloc(size); malloc 50 net/dns/address_sorter_win.cc malloc(buffer_size_))), malloc 52 net/dns/address_sorter_win.cc malloc(buffer_size_))), malloc 65 net/dns/dns_config_service_posix_unittest.cc sa6 = (struct sockaddr_in6 *)malloc(sizeof(*sa6)); malloc 125 net/dns/dns_config_service_win.cc out.reset(static_cast<PIP_ADAPTER_ADDRESSES>(malloc(len))); malloc 76 net/dns/dns_config_service_win_unittest.cc static_cast<IP_ADAPTER_ADDRESSES*>(malloc(heap_size))); malloc 284 net/http/http_auth_handler_ntlm_portable.cc passbuf = static_cast<uint8*>(malloc(len * 2)); malloc 332 net/http/http_auth_handler_ntlm_portable.cc *out_buf = malloc(*out_len); malloc 537 net/http/http_auth_handler_ntlm_portable.cc *out_buf = malloc(*out_len); malloc 350 net/http/http_auth_sspi_win.cc out_buffer.pvBuffer = malloc(out_buffer.cbBuffer); malloc 240 net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc result_buffer.reset(static_cast<BYTE*>(malloc(result_buffer_size))); malloc 329 net/proxy/dhcp_proxy_script_fetcher_win.cc adapters.reset(static_cast<IP_ADAPTER_ADDRESSES*>(malloc(adapters_size))); malloc 29 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc void *p = malloc(1); malloc 117 ppapi/examples/2d/graphics_2d_example.c (struct InstanceInfo*)malloc(sizeof(struct InstanceInfo)); malloc 95 ppapi/native_client/src/trusted/plugin/nacl_subprocess.cc char* input = (char *)malloc(len); malloc 29 ppapi/native_client/src/trusted/plugin/srpc_params.cc reinterpret_cast<NaClSrpcArg*>(malloc(kLength * sizeof(*args))); malloc 16 ppapi/native_client/src/untrusted/nacl_ppapi_util/string_buffer.cc buffer_ = reinterpret_cast<char *>(malloc(nbytes_)); malloc 101 ppapi/proxy/pdf_resource.cc *results = reinterpret_cast<PP_PrivateFindResult*>(malloc( malloc 279 ppapi/proxy/serialized_var.cc *output_ = static_cast<PP_Var*>(malloc(vector_.size() * sizeof(PP_Var))); malloc 19 ppapi/shared_impl/ppb_memory_shared.cc void* MemAlloc(uint32_t num_bytes) { return malloc(num_bytes); } malloc 72 ppapi/tests/pp_thread.h (PP_ThreadFunctionArgWrapper*)malloc(sizeof(PP_ThreadFunctionArgWrapper)); malloc 478 printing/backend/win_helper.cc reinterpret_cast<DEVMODE*>(malloc(buffer_size))); malloc 62 sandbox/linux/suid/common/suid_unsafe_environment_variables.h char* const saved_envvar = (char*) malloc(saved_envvarlen); malloc 118 sandbox/win/sandbox_poc/pocdll/invasive.cc DWORD *ptr_to_leak = reinterpret_cast<DWORD *>(malloc(1024*256)); malloc 30 sandbox/win/src/acl.cc reinterpret_cast<TOKEN_DEFAULT_DACL*>(malloc(length)); malloc 83 sandbox/win/src/acl.cc TOKEN_USER* token_user = reinterpret_cast<TOKEN_USER*>(malloc(size)); malloc 188 sandbox/win/src/handle_closer.cc name.reset(static_cast<UNICODE_STRING*>(malloc(size))); malloc 126 sandbox/win/src/handle_table.cc name.reset(static_cast<UNICODE_STRING*>(malloc(size))); malloc 50 skia/ext/SkMemory_new_handler.cpp return throw_on_failure(size, malloc(size)); malloc 67 skia/ext/SkMemory_new_handler.cpp void* p = malloc(size); malloc 37 third_party/apple_apsl/CFBase.h void *(*malloc)(struct _malloc_zone_t *zone, size_t size); malloc 57 third_party/apple_apsl/CFBase.h void *(*malloc)(struct _malloc_zone_t *zone, size_t size); malloc 33 third_party/apple_apsl/malloc.h void *(*malloc)(struct _malloc_zone_t *zone, size_t size); malloc 96 third_party/bspatch/mbspatch.cc unsigned char *buf = (unsigned char*) malloc(header->cblen + malloc 244 third_party/bspatch/mbspatch.cc buf = (unsigned char*) malloc(header.slen); malloc 24 third_party/cld/base/scoped_ptr.h using std::malloc; malloc 684 third_party/codesighs/maptsvdifftool.c objArray = (ObjectStats**)malloc(allSymbolCount * sizeof(ObjectStats*)); malloc 685 third_party/codesighs/maptsvdifftool.c symArray = (SymbolStats**)malloc(allSymbolCount * sizeof(SymbolStats*)); malloc 899 third_party/codesighs/msmap2tsv.c char *curresult = retval = malloc(strlen(inSymbol) + 11); malloc 745 third_party/expat/files/lib/xmlparse.c parser = (XML_Parser)malloc(sizeof(struct XML_ParserStruct)); malloc 748 third_party/expat/files/lib/xmlparse.c mtemp->malloc_fcn = malloc; malloc 460 third_party/harfbuzz-ng/src/hb-blob.cc new_data = (char *) malloc (blob->length); malloc 116 third_party/harfbuzz-ng/src/hb-face.cc closure = (hb_face_for_data_closure_t *) malloc (sizeof (hb_face_for_data_closure_t)); malloc 309 third_party/harfbuzz-ng/src/hb-ft.cc buffer = (FT_Byte *) malloc (length); malloc 403 third_party/harfbuzz-ng/src/hb-open-type-private.hh void *p = malloc (len); malloc 116 third_party/harfbuzz-ng/src/hb-shape-plan.cc if (num_user_features && !(features = (hb_feature_t *) malloc (num_user_features * sizeof (hb_feature_t)))) malloc 65 third_party/harfbuzz-ng/src/hb-shaper.cc shapers = (hb_shaper_pair_t *) malloc (sizeof (all_shapers)); malloc 62 third_party/harfbuzz-ng/src/main.cc font_data = (const char *) malloc (len); malloc 75 third_party/harfbuzz-ng/src/test-buffer-serialize.cc font_data = (const char *) malloc (len); malloc 73 third_party/harfbuzz-ng/src/test-size-params.cc font_data = (const char *) malloc (len); malloc 77 third_party/harfbuzz-ng/src/test-would-substitute.cc font_data = (const char *) malloc (len); malloc 76 third_party/harfbuzz-ng/src/test.cc font_data = (const char *) malloc (len); malloc 224 third_party/iccjpeg/iccjpeg.c icc_data = (JOCTET *) malloc(total_length * sizeof(JOCTET)); malloc 103 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp char *newString = static_cast<char *>( malloc( length + 1 ) ); malloc 226 third_party/libevent/buffer.c if ((line = malloc(i + 1)) == NULL) { malloc 134 third_party/libevent/epoll.c epollop->events = malloc(INITIAL_NEVENTS * sizeof(struct epoll_event)); malloc 978 third_party/libevent/evdns.c server_req = malloc(sizeof(struct server_request)); malloc 988 third_party/libevent/evdns.c server_req->base.questions = malloc(sizeof(struct evdns_server_question *) * questions); malloc 1001 third_party/libevent/evdns.c q = malloc(sizeof(struct evdns_server_question) + namelen); malloc 1481 third_party/libevent/evdns.c if (!(port = malloc(sizeof(struct evdns_server_port)))) malloc 1539 third_party/libevent/evdns.c item = malloc(sizeof(struct server_reply_item)); malloc 1562 third_party/libevent/evdns.c if (!(item->data = malloc(datalen))) { malloc 1713 third_party/libevent/evdns.c if (!(req->response = malloc(req->response_len))) { malloc 2126 third_party/libevent/evdns.c ns = (struct nameserver *) malloc(sizeof(struct nameserver)); malloc 2244 third_party/libevent/evdns.c (struct request *) malloc(sizeof(struct request) + request_max_len); malloc 2408 third_party/libevent/evdns.c struct search_state *state = (struct search_state *) malloc(sizeof(struct search_state)); malloc 2441 third_party/libevent/evdns.c sdomain = (struct search_domain *) malloc(sizeof(struct search_domain) + domain_len); malloc 2504 third_party/libevent/evdns.c char *const newname = (char *) malloc(base_len + need_to_append_dot + postfix_len + 1); malloc 2767 third_party/libevent/evdns.c resolv = (u8 *) malloc((size_t)st.st_size + 1); malloc 2822 third_party/libevent/evdns.c buf = malloc(ips-addr+1); malloc 2860 third_party/libevent/evdns.c buf = malloc(size); malloc 2870 third_party/libevent/evdns.c buf = malloc(size); malloc 2922 third_party/libevent/evdns.c if (!(buf = malloc(bufsz))) malloc 335 third_party/libevent/event.c base->activequeues[i] = malloc(sizeof(struct event_list)); malloc 197 third_party/libevent/evrpc.c if ((constructed_uri = malloc(constructed_uri_len)) == NULL) malloc 188 third_party/libevent/evrpc.h malloc(sizeof(struct evrpc_request_wrapper)); \ malloc 167 third_party/libevent/http.c if (NULL == (ai->ai_addr = malloc(ai->ai_addrlen))) malloc 285 third_party/libevent/http.c p = escaped_html = malloc(new_size + 1); malloc 2099 third_party/libevent/http.c if ((ret = malloc(strlen(uri) + 1)) == NULL) malloc 2146 third_party/libevent/http.c if ((decoded_value = malloc(strlen(value) + 1)) == NULL) malloc 2282 third_party/libevent/http.c bound = malloc(sizeof(struct evhttp_bound_socket)); malloc 124 third_party/libevent/kqueue.c kqueueop->changes = malloc(NEVENT * sizeof(struct kevent)); malloc 129 third_party/libevent/kqueue.c kqueueop->events = malloc(NEVENT * sizeof(struct kevent)); malloc 173 third_party/libevent/signal.c sig->sh_old[evsignal] = malloc(sizeof *sig->sh_old[evsignal]); malloc 48 third_party/libevent/test/regress.gen.c if ((tmp = malloc(sizeof(struct msg))) == NULL) { malloc 432 third_party/libevent/test/regress.gen.c if ((tmp = malloc(sizeof(struct kill))) == NULL) { malloc 658 third_party/libevent/test/regress.gen.c if ((tmp = malloc(sizeof(struct run))) == NULL) { malloc 697 third_party/libevent/test/regress.gen.c msg->some_bytes_data = malloc(len); malloc 807 third_party/libevent/test/regress.gen.c if ((tmp->some_bytes_data = malloc(tmp->some_bytes_length)) == NULL) malloc 280 third_party/libevent/test/regress_http.c struct chunk_req_state *state = malloc(sizeof(struct chunk_req_state)); malloc 76 third_party/libevent/test/test-time.c ev[i] = malloc(sizeof(struct event)); malloc 24 third_party/libjpeg/jmemnobs.c extern void * malloc JPP((size_t size)); malloc 37 third_party/libjpeg/jmemnobs.c return (void *) malloc(sizeofobject); malloc 57 third_party/libjpeg/jmemnobs.c return (void FAR *) malloc(sizeofobject); malloc 777 third_party/liblouis/overrides/liblouis/compileTranslationTable.c if (!(table = malloc (startSize))) malloc 1337 third_party/liblouis/overrides/liblouis/compileTranslationTable.c if ((class = malloc (sizeof (*class) + CHARSIZE * (length - 1)))) malloc 1866 third_party/liblouis/overrides/liblouis/compileTranslationTable.c if (!(nameRule = malloc (sizeof (*nameRule) + CHARSIZE * malloc 2254 third_party/liblouis/overrides/liblouis/compileTranslationTable.c malloc (sizeof (*curname) + CHARSIZE * (augmentedName.length - 1)))) malloc 3535 third_party/liblouis/overrides/liblouis/compileTranslationTable.c hashTab = malloc (sizeof (HyphenHashTab)); malloc 3562 third_party/liblouis/overrides/liblouis/compileTranslationTable.c e = malloc (sizeof (HyphenHashEntry)); malloc 3564 third_party/liblouis/overrides/liblouis/compileTranslationTable.c e->key = malloc ((key->length + 1) * CHARSIZE); malloc 3619 third_party/liblouis/overrides/liblouis/compileTranslationTable.c dict->states[state1].trans.pointer = malloc (sizeof (HyphenationTrans)); malloc 3649 third_party/liblouis/overrides/liblouis/compileTranslationTable.c dict.states = malloc (sizeof (HyphenationState)); malloc 4881 third_party/liblouis/overrides/liblouis/compileTranslationTable.c ChainEntry *newEntry = malloc (entrySize); malloc 5041 third_party/liblouis/overrides/liblouis/compileTranslationTable.c typebuf = malloc ((destmax + 4) * sizeof (unsigned short)); malloc 5050 third_party/liblouis/overrides/liblouis/compileTranslationTable.c destSpacing = malloc (destmax + 4); malloc 5059 third_party/liblouis/overrides/liblouis/compileTranslationTable.c passbuf1 = malloc ((destmax + 4) * CHARSIZE); malloc 5068 third_party/liblouis/overrides/liblouis/compileTranslationTable.c passbuf2 = malloc ((destmax + 4) * CHARSIZE); malloc 5083 third_party/liblouis/overrides/liblouis/compileTranslationTable.c srcMapping = malloc ((mapSize + 4) * sizeof (int)); malloc 5099 third_party/liblouis/overrides/liblouis/compileTranslationTable.c prevSrcMapping = malloc ((mapSize + 4) * sizeof (int)); malloc 390 third_party/libpng/pngmem.c struct_ptr = (png_voidp)malloc(size); malloc 511 third_party/libpng/pngmem.c ret = malloc((size_t)size); malloc 456 third_party/libusb/src/libusb/core.c malloc(sizeof(*ret) + (sizeof(void *) * DISCOVERED_DEVICES_SIZE_STEP)); malloc 1091 third_party/libusb/src/libusb/core.c _handle = malloc(sizeof(*_handle) + priv_size); malloc 176 third_party/libusb/src/libusb/descriptor.c extra = malloc(len); malloc 313 third_party/libusb/src/libusb/descriptor.c ifp->extra = malloc(len); malloc 325 third_party/libusb/src/libusb/descriptor.c endpoint = malloc(tmp); malloc 413 third_party/libusb/src/libusb/descriptor.c usb_interface = malloc(tmp); malloc 467 third_party/libusb/src/libusb/descriptor.c config->extra = malloc(len); malloc 501 third_party/libusb/src/libusb/descriptor.c struct libusb_config_descriptor *_config = malloc(sizeof(*_config)); malloc 594 third_party/libusb/src/libusb/descriptor.c buf = malloc(_config.wTotalLength); malloc 647 third_party/libusb/src/libusb/descriptor.c buf = malloc(_config.wTotalLength); malloc 789 third_party/libusb/src/libusb/descriptor.c *ep_comp = malloc(sizeof(**ep_comp)); malloc 876 third_party/libusb/src/libusb/descriptor.c _bos->dev_capability[i] = malloc(dev_cap.bLength); malloc 996 third_party/libusb/src/libusb/descriptor.c _usb_2_0_extension = malloc(sizeof(*_usb_2_0_extension)); malloc 1054 third_party/libusb/src/libusb/descriptor.c _ss_usb_device_cap = malloc(sizeof(*_ss_usb_device_cap)); malloc 1111 third_party/libusb/src/libusb/descriptor.c _container_id = malloc(sizeof(*_container_id)); malloc 1940 third_party/libusb/src/libusb/io.c fds = malloc(sizeof(*fds) * nfds); malloc 2424 third_party/libusb/src/libusb/io.c struct usbi_pollfd *ipollfd = malloc(sizeof(*ipollfd)); malloc 865 third_party/libusb/src/libusb/os/linux_usbfs.c priv->sysfs_dir = malloc(strlen(sysfs_dir) + 1); malloc 652 third_party/libusb/src/libusb/os/openbsd_usb.c buf = malloc(len); malloc 408 third_party/libusb/src/libusb/os/windows_usb.c if ((dev_interface_details = malloc(size)) == NULL) { malloc 604 third_party/libusb/src/libusb/os/windows_usb.c htab_table[idx].str = (char*) malloc(safe_strlen(str)+1); malloc 674 third_party/libusb/src/libusb/os/windows_usb.c priv->usb_interface[iface].endpoint = (uint8_t*) malloc(if_desc->bNumEndpoints); malloc 1065 third_party/libusb/src/libusb/os/windows_usb.c priv->config_descriptor[i] = (unsigned char*) malloc(cd_data->wTotalLength); malloc 3550 third_party/libusb/src/libusb/os/windows_usb.c buf = (uint8_t*) malloc(write_size); malloc 102 third_party/libusb/src/libusb/sync.c buffer = (unsigned char*) malloc(LIBUSB_CONTROL_SETUP_SIZE + wLength); malloc 377 third_party/libwebp/dec/idec.c uint8_t* const part0_buf = (uint8_t*)malloc(psize); malloc 559 third_party/libwebp/dec/io.c p->memory = malloc(io->mb_w + 2 * uv_width); malloc 234 third_party/libwebp/enc/alpha.c uint8_t* filtered_alpha = (uint8_t*)malloc(data_size); malloc 301 third_party/libwebp/enc/alpha.c quant_alpha = (uint8_t*)malloc(data_size); malloc 281 third_party/libwebp/enc/backward_references.c HashChain* const hash_chain = (HashChain*)malloc(sizeof(*hash_chain)); malloc 487 third_party/libwebp/enc/backward_references.c CostModel* cost_model = (CostModel*)malloc(sizeof(*cost_model)); malloc 488 third_party/libwebp/enc/backward_references.c HashChain* hash_chain = (HashChain*)malloc(sizeof(*hash_chain)); malloc 636 third_party/libwebp/enc/backward_references.c HashChain* hash_chain = (HashChain*)malloc(sizeof(*hash_chain)); malloc 768 third_party/libwebp/enc/backward_references.c VP8LHistogram* const histo = (VP8LHistogram*)malloc(sizeof(*histo)); malloc 371 third_party/libwebp/enc/histogram.c VP8LHistogram* const histos = (VP8LHistogram*)malloc(2 * sizeof(*histos)); malloc 62 third_party/libwebp/enc/token.c VP8Tokens* const page = b->error_ ? NULL : (VP8Tokens*)malloc(sizeof(*page)); malloc 111 third_party/libwebp/enc/vp8l.c (VP8LHistogram*)malloc(2 * sizeof(*predicted)); malloc 640 third_party/libwebp/enc/vp8l.c VP8LHistogram* const histo = (VP8LHistogram*)malloc(sizeof(*histo)); malloc 37 third_party/libwebp/utils/bit_writer.c new_buf = (uint8_t*)malloc(new_size); malloc 213 third_party/libwebp/utils/bit_writer.c allocated_buf = (uint8_t*)malloc(allocated_size); malloc 32 third_party/libwebp/utils/utils.c return malloc((size_t)(nmemb * size)); malloc 85 third_party/libwebp/webp/mux_types.h dst->bytes = (uint8_t*)malloc(src->size); malloc 97 third_party/libxml/src/globals.c return malloc(size); malloc 555 third_party/libxml/src/globals.c gs->xmlMalloc = (xmlMallocFunc) malloc; malloc 556 third_party/libxml/src/globals.c gs->xmlMallocAtomic = (xmlMallocFunc) malloc; malloc 152 third_party/libxml/src/runtest.c ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *)); malloc 688 third_party/libxml/src/runtest.c base = malloc(info.st_size + 1); malloc 192 third_party/libxml/src/threads.c if ((tok = malloc(sizeof(xmlMutex))) == NULL) malloc 301 third_party/libxml/src/threads.c if ((tok = malloc(sizeof(xmlRMutex))) == NULL) malloc 448 third_party/libxml/src/threads.c cs = malloc(sizeof(CRITICAL_SECTION)); malloc 582 third_party/libxml/src/threads.c gs = malloc(sizeof(xmlGlobalState)); malloc 700 third_party/libxml/src/threads.c malloc(sizeof(xmlGlobalStateCleanupHelperParams)); malloc 71 third_party/libxml/src/triop.h # define TRIO_MALLOC(n) malloc(n) malloc 87 third_party/libxml/src/xmlcatalog.c ret = (char *) malloc(len + 1); malloc 810 third_party/libxml/src/xmllint.c ret = (char *) malloc(len + 1); malloc 3065 third_party/libxml/src/xmllint.c node->_private = malloc(sizeof(long)); malloc 174 third_party/libxml/src/xmlmemory.c p = (MEMHDR *) malloc(RESERVE_SIZE+size); malloc 242 third_party/libxml/src/xmlmemory.c p = (MEMHDR *) malloc(RESERVE_SIZE+size); malloc 489 third_party/libxml/src/xmlmemory.c p = (MEMHDR *) malloc(RESERVE_SIZE+size); malloc 30 third_party/lzma_sdk/7zAlloc.c return malloc(size); malloc 58 third_party/lzma_sdk/7zAlloc.c return malloc(size); malloc 29 third_party/lzma_sdk/Alloc.c void *p = malloc(size); malloc 34 third_party/lzma_sdk/Alloc.c return malloc(size); malloc 443 third_party/mach_override/mach_override.c void *block = malloc( sizeof( BranchIsland ) ); malloc 105 third_party/npapi/npspy/extern/nspr/prwin16.h void * (PR_CALLBACK *malloc)( size_t size ); malloc 580 third_party/qcms/src/chain.c clut = malloc(clut_length); malloc 668 third_party/qcms/src/chain.c in_curves = malloc(in_curve_len); malloc 679 third_party/qcms/src/chain.c clut = malloc(clut_length); malloc 690 third_party/qcms/src/chain.c out_curves = malloc(out_curve_len); malloc 243 third_party/qcms/src/iccread.c index.tags = malloc(sizeof(struct tag)*index.count); malloc 433 third_party/qcms/src/iccread.c curve = malloc(sizeof(struct curveType) + sizeof(uInt16Number)*count); malloc 452 third_party/qcms/src/iccread.c curve = malloc(sizeof(struct curveType)); malloc 593 third_party/qcms/src/iccread.c lut = malloc(sizeof(struct lutmABType) + (clut_size) * sizeof(float)); malloc 704 third_party/qcms/src/iccread.c lut = malloc(sizeof(struct lutType) + (num_input_table_entries * in_chan + clut_size*out_chan + num_output_table_entries * out_chan)*sizeof(float)); malloc 795 third_party/qcms/src/iccread.c uint16_t *table = malloc(sizeof(uint16_t) * num_entries); malloc 830 third_party/qcms/src/iccread.c curve = malloc(sizeof(struct curveType) + sizeof(uInt16Number)*num_entries); malloc 855 third_party/qcms/src/iccread.c curve = malloc(sizeof(struct curveType) + sizeof(uInt16Number)*num_entries); malloc 1170 third_party/qcms/src/iccread.c data = malloc(length); malloc 878 third_party/qcms/src/transform.c struct precache_output *p = malloc(sizeof(struct precache_output)); malloc 1122 third_party/qcms/src/transform.c src = malloc(lutSize*sizeof(float)); malloc 1123 third_party/qcms/src/transform.c dest = malloc(lutSize*sizeof(float)); malloc 258 third_party/qcms/src/transform_util.c gamma_table = malloc(sizeof(float)*256); malloc 416 third_party/qcms/src/transform_util.c uint16_t *output = malloc(sizeof(uint16_t)*out_length); malloc 510 third_party/qcms/src/transform_util.c uint16_t *output = malloc(sizeof(uint16_t)*length); malloc 525 third_party/qcms/src/transform_util.c uint16_t *output = malloc(sizeof(uint16_t)*length); malloc 545 third_party/qcms/src/transform_util.c uint16_t *output = malloc(sizeof(uint16_t)*256); malloc 25 third_party/re2/util/arena.cc first_blocks_[0].mem = reinterpret_cast<char*>(malloc(block_size_)); malloc 85 third_party/re2/util/arena.cc block->mem = reinterpret_cast<char*>(malloc(block_size)); malloc 14468 third_party/sqlite/amalgamation/sqlite3.c p = malloc( nByte+8 ); malloc 14833 third_party/sqlite/amalgamation/sqlite3.c p = malloc(totalSize); malloc 31302 third_party/sqlite/amalgamation/sqlite3.c zWideFilename = malloc( nChar*sizeof(zWideFilename[0]) ); malloc 31323 third_party/sqlite/amalgamation/sqlite3.c zFilename = malloc( nByte ); malloc 31349 third_party/sqlite/amalgamation/sqlite3.c zMbcsFilename = malloc( nByte*sizeof(zMbcsFilename[0]) ); malloc 31374 third_party/sqlite/amalgamation/sqlite3.c zFilename = malloc( nByte ); malloc 33545 third_party/sqlite/amalgamation/sqlite3.c zTemp = malloc( nByte*sizeof(zTemp[0]) ); malloc 33562 third_party/sqlite/amalgamation/sqlite3.c zTemp = malloc( nByte*sizeof(zTemp[0]) ); malloc 86585 third_party/sqlite/amalgamation/sqlite3.c void *(*malloc)(int); malloc 86786 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3_malloc sqlite3_api->malloc malloc 23 third_party/sqlite/src/ext/fts1/ft_hash.c void *p = malloc(n); malloc 74 third_party/sqlite/src/ext/fts1/fts1.c sb->s = malloc(100); malloc 254 third_party/sqlite/src/ext/fts1/fts1.c d->pData = malloc(nData); malloc 266 third_party/sqlite/src/ext/fts1/fts1.c DocList *d = (DocList *) malloc(sizeof(DocList)); malloc 644 third_party/sqlite/src/ext/fts1/fts1.c pAcc->pData = malloc(pUpdate->nData); malloc 873 third_party/sqlite/src/ext/fts1/fts1.c char *str = malloc(n + 1); malloc 906 third_party/sqlite/src/ext/fts1/fts1.c r = result = malloc(len); malloc 1316 third_party/sqlite/src/ext/fts1/fts1.c values = (const char **) malloc(v->nColumn * sizeof(const char *)); malloc 1636 third_party/sqlite/src/ext/fts1/fts1.c Token *aToken = malloc( strlen(z) * sizeof(aToken[0]) ); malloc 1652 third_party/sqlite/src/ext/fts1/fts1.c azToken = (char**)malloc( nToken*sizeof(char*) + totalSize ); malloc 1838 third_party/sqlite/src/ext/fts1/fts1.c azArg = malloc( sizeof(char*)*argc + n ); malloc 1883 third_party/sqlite/src/ext/fts1/fts1.c pSpec->azContentColumn = malloc( pSpec->nColumn * sizeof(char *) ); malloc 1948 third_party/sqlite/src/ext/fts1/fts1.c v = (fulltext_vtab *) malloc(sizeof(fulltext_vtab)); malloc 2631 third_party/sqlite/src/ext/fts1/fts1.c t->pTerm = malloc(nTerm+1); malloc 35 third_party/sqlite/src/ext/fts1/fts1_hash.c void *p = malloc(n); malloc 97 third_party/sqlite/src/ext/fts1/fts1_porter.c c = (porter_tokenizer_cursor *) malloc(sizeof(*c)); malloc 112 third_party/sqlite/src/ext/fts1/fts1_tokenizer1.c c = (simple_tokenizer_cursor *) malloc(sizeof(*c)); malloc 142 third_party/sqlite/src/ext/fts1/fulltext.c d->pData = malloc(nData); malloc 154 third_party/sqlite/src/ext/fts1/fulltext.c DocList *d = (DocList *) malloc(sizeof(DocList)); malloc 461 third_party/sqlite/src/ext/fts1/fulltext.c char *str = malloc(n + 1); malloc 491 third_party/sqlite/src/ext/fts1/fulltext.c r = result = malloc(len); malloc 862 third_party/sqlite/src/ext/fts1/fulltext.c v = (fulltext_vtab *) malloc(sizeof(fulltext_vtab)); malloc 26 third_party/sqlite/src/ext/fts1/simple_tokenizer.c char *str = malloc(strlen(s) + 1); malloc 55 third_party/sqlite/src/ext/fts1/simple_tokenizer.c t = (simple_tokenizer *) malloc(sizeof(simple_tokenizer)); malloc 97 third_party/sqlite/src/ext/fts1/simple_tokenizer.c c = (simple_tokenizer_cursor *) malloc(sizeof(simple_tokenizer_cursor)); malloc 41 third_party/sqlite/src/src/mem1.c p = malloc( nByte+8 ); malloc 255 third_party/sqlite/src/src/mem2.c p = malloc(totalSize); malloc 182 third_party/sqlite/src/src/os_win.c zWideFilename = malloc( nChar*sizeof(zWideFilename[0]) ); malloc 203 third_party/sqlite/src/src/os_win.c zFilename = malloc( nByte ); malloc 229 third_party/sqlite/src/src/os_win.c zMbcsFilename = malloc( nByte*sizeof(zMbcsFilename[0]) ); malloc 254 third_party/sqlite/src/src/os_win.c zFilename = malloc( nByte ); malloc 2426 third_party/sqlite/src/src/os_win.c zTemp = malloc( nByte*sizeof(zTemp[0]) ); malloc 2443 third_party/sqlite/src/src/os_win.c zTemp = malloc( nByte*sizeof(zTemp[0]) ); malloc 332 third_party/sqlite/src/src/shell.c zLine = malloc( nLine ); malloc 861 third_party/sqlite/src/src/shell.c z = p->zDestTable = malloc( n+1 ); malloc 1299 third_party/sqlite/src/src/shell.c zQ2 = malloc( len+100 ); malloc 1693 third_party/sqlite/src/src/shell.c zSql = malloc( nByte + 20 + nCol*2 ); malloc 1719 third_party/sqlite/src/src/shell.c azCol = malloc( sizeof(azCol[0])*(nCol+1) ); malloc 2439 third_party/sqlite/src/src/shell.c zSql = malloc( nSql+3 ); malloc 2538 third_party/sqlite/src/src/shell.c home_dir = malloc( n ); malloc 2551 third_party/sqlite/src/src/shell.c char *z = malloc( n ); malloc 2585 third_party/sqlite/src/src/shell.c zBuf = malloc( nBuf ); malloc 2720 third_party/sqlite/src/src/shell.c sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64); malloc 2894 third_party/sqlite/src/src/shell.c if( (zHistory = malloc(nHistory))!=0 ){ malloc 103 third_party/sqlite/src/src/sqlite3ext.h void *(*malloc)(int); malloc 304 third_party/sqlite/src/src/sqlite3ext.h #define sqlite3_malloc sqlite3_api->malloc malloc 953 third_party/sqlite/src/src/tclsqlite.c zLine = malloc( nLine ); malloc 2025 third_party/sqlite/src/src/tclsqlite.c zSql = malloc( nByte + 50 + nCol*2 ); malloc 2052 third_party/sqlite/src/src/tclsqlite.c azCol = malloc( sizeof(azCol[0])*(nCol+1) ); malloc 2078 third_party/sqlite/src/src/tclsqlite.c zErr = malloc(nErr); malloc 908 third_party/sqlite/src/src/test_malloc.c buf = malloc( sz*N + 1 ); malloc 948 third_party/sqlite/src/src/test_malloc.c buf = malloc( sz*N ); malloc 87 third_party/sqlite/src/src/test_mutex.c pRet = (sqlite3_mutex *)malloc(sizeof(sqlite3_mutex)); malloc 43 third_party/sqlite/src/src/test_wsd.c pGlobal = (ProcessLocalStorage *)malloc(nMalloc); malloc 1384 third_party/sqlite/src/tool/lemon.c *paz = (char *) malloc( lemonStrlen(z)+1 ); malloc 1396 third_party/sqlite/src/tool/lemon.c user_templatename = (char *) malloc( lemonStrlen(z)+1 ); malloc 2540 third_party/sqlite/src/tool/lemon.c filebuf = (char *)malloc( filesize+1 ); malloc 2734 third_party/sqlite/src/tool/lemon.c name = (char*)malloc( lemonStrlen(lemp->filename) + lemonStrlen(suffix) + 5 ); malloc 3020 third_party/sqlite/src/tool/lemon.c path = (char *)malloc( lemonStrlen(argv0) + lemonStrlen(name) + 2 ); malloc 3026 third_party/sqlite/src/tool/lemon.c pathbuf = (char *) malloc( lemonStrlen(pathlist) + 1 ); malloc 3027 third_party/sqlite/src/tool/lemon.c path = (char *)malloc( lemonStrlen(pathlist)+lemonStrlen(name)+2 ); malloc 3449 third_party/sqlite/src/tool/lemon.c stddt = (char*)malloc( maxdtlength*2 + 1 ); malloc 3498 third_party/sqlite/src/tool/lemon.c types[hash] = (char*)malloc( lemonStrlen(stddt)+1 ); malloc 4286 third_party/sqlite/src/tool/lemon.c if( z==0 && (cpy=(char *)malloc( lemonStrlen(y)+1 ))!=0 ){ malloc 4322 third_party/sqlite/src/tool/lemon.c x1a = (struct s_x1*)malloc( sizeof(struct s_x1) ); malloc 4326 third_party/sqlite/src/tool/lemon.c x1a->tbl = (x1node*)malloc( malloc 4364 third_party/sqlite/src/tool/lemon.c array.tbl = (x1node*)malloc( malloc 4488 third_party/sqlite/src/tool/lemon.c x2a = (struct s_x2*)malloc( sizeof(struct s_x2) ); malloc 4492 third_party/sqlite/src/tool/lemon.c x2a->tbl = (x2node*)malloc( malloc 4530 third_party/sqlite/src/tool/lemon.c array.tbl = (x2node*)malloc( malloc 4687 third_party/sqlite/src/tool/lemon.c x3a = (struct s_x3*)malloc( sizeof(struct s_x3) ); malloc 4691 third_party/sqlite/src/tool/lemon.c x3a->tbl = (x3node*)malloc( malloc 4729 third_party/sqlite/src/tool/lemon.c array.tbl = (x3node*)malloc( malloc 4787 third_party/sqlite/src/tool/lemon.c array = (struct state **)malloc( sizeof(struct state *)*size ); malloc 4829 third_party/sqlite/src/tool/lemon.c x4a = (struct s_x4*)malloc( sizeof(struct s_x4) ); malloc 4833 third_party/sqlite/src/tool/lemon.c x4a->tbl = (x4node*)malloc( malloc 4871 third_party/sqlite/src/tool/lemon.c array.tbl = (x4node*)malloc( malloc 60 third_party/sqlite/src/tool/showdb.c aData = malloc(nByte+32); malloc 385 third_party/sqlite/src/tool/showdb.c zMap = malloc(pagesize); malloc 31 third_party/sqlite/src/tool/showjournal.c char *pBuf = malloc(N); malloc 53 third_party/sqlite/src/tool/showwal.c aData = malloc(nByte); malloc 48 third_party/sqlite/src/tool/speedtest16.c z16 = malloc( n*2 + 2 ); malloc 120 third_party/sqlite/src/tool/speedtest16.c zSql = malloc( nSql+1 ); malloc 189 third_party/sqlite/src/tool/speedtest8.c zSql = malloc( nSql+1 ); malloc 89 third_party/sqlite/src/tool/speedtest8inst1.c p = (sqlite3_file *)malloc(pVfs->szOsFile); malloc 100 third_party/sqlite/src/tool/speedtest8inst1.c zData = (char *)malloc(nByte+1); malloc 50 third_party/talloc/libreplace/getaddrinfo.c #define SMB_MALLOC(s) malloc(s) malloc 71 third_party/talloc/libreplace/repdir_getdents.c d = malloc(sizeof(*d)); malloc 73 third_party/talloc/libreplace/repdir_getdirentries.c d = malloc(sizeof(*d)); malloc 184 third_party/talloc/libreplace/replace.c if((grouplst = malloc(sizeof(gid_t) * max_gr)) == NULL) { malloc 298 third_party/talloc/libreplace/replace.c ret = (char *)malloc(len); malloc 352 third_party/talloc/libreplace/replace.c ret = malloc(n+1); malloc 550 third_party/talloc/libreplace/replace.c p = malloc(l1+l2+2); malloc 1111 third_party/talloc/libreplace/snprintf.c struct pr_chunk *new_c = (struct pr_chunk *)malloc(sizeof(struct pr_chunk)); malloc 1147 third_party/talloc/libreplace/snprintf.c l = (struct pr_chunk_x *)malloc(sizeof(struct pr_chunk_x) * max); malloc 1171 third_party/talloc/libreplace/snprintf.c c = (struct pr_chunk **)malloc(sizeof(struct pr_chunk *) * cnum); malloc 1269 third_party/talloc/libreplace/snprintf.c (*ptr) = (char *)malloc(ret+1); malloc 1443 third_party/talloc/libreplace/snprintf.c if ((buf3 = malloc(BUFSZ)) == NULL) { malloc 413 third_party/talloc/talloc.c tc = (struct talloc_chunk *)malloc(TC_HDR_SIZE+size); malloc 1197 third_party/talloc/talloc.c new_ptr = malloc(size + TC_HDR_SIZE); malloc 1210 third_party/talloc/talloc.c new_ptr = malloc(TC_HDR_SIZE+size); malloc 59 third_party/talloc/testsuite.c #ifdef malloc malloc 870 third_party/talloc/testsuite.c p1 = malloc(loop % 100); malloc 872 third_party/talloc/testsuite.c p3 = malloc(300); malloc 261 third_party/tcmalloc/chromium/src/heap-profiler.cc char* buffer = reinterpret_cast<char*>(malloc(kProfileBufferSize)); malloc 81 third_party/tcmalloc/chromium/src/libc_override_gcc_and_weak.h void* malloc(size_t size) __THROW ALIAS(tc_malloc); malloc 227 third_party/tcmalloc/chromium/src/libc_override_osx.h tcmalloc_zone.malloc = &mz_malloc; malloc 95 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc AddressMap<ValueT> map(malloc, free); malloc 56 third_party/tcmalloc/chromium/src/tests/current_allocated_bytes_test.cc free(malloc(200)); malloc 91 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc int* x = static_cast<int*>(malloc(sizeof(*x))); malloc 244 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc free(malloc(1)); malloc 263 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc void *p = malloc(i); malloc 268 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc void* a = malloc(1000); malloc 285 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc a = malloc(kTooBig); malloc 293 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc a = malloc(kAlsoTooBig); malloc 248 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc void* p = malloc(size); malloc 684 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc (void)malloc(10); // Direct leak malloc 1077 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc REGISTER_OBJ_MAKER(0_sized, void* p = malloc(0);) // 0-sized object (important) malloc 1078 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc REGISTER_OBJ_MAKER(1_sized, void* p = malloc(1);) malloc 1079 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc REGISTER_OBJ_MAKER(2_sized, void* p = malloc(2);) malloc 1080 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc REGISTER_OBJ_MAKER(3_sized, void* p = malloc(3);) malloc 1081 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc REGISTER_OBJ_MAKER(4_sized, void* p = malloc(4);) malloc 1297 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc void* r = malloc(100); malloc 81 third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c free(malloc(10)); malloc 82 third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c free(malloc(20)); malloc 102 third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c char* x = (char*)malloc(10); malloc 45 third_party/tcmalloc/chromium/src/tests/malloc_extension_test.cc void* a = malloc(1000); malloc 72 third_party/tcmalloc/chromium/src/tests/malloc_extension_test.cc void *p = malloc(i); malloc 47 third_party/tcmalloc/chromium/src/tests/markidle_unittest.cc ptr[i] = malloc(size); malloc 180 third_party/tcmalloc/chromium/src/tests/memalign_unittest.cc void* p_small = malloc(4*1048576); malloc 69 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc Type map(malloc); malloc 81 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc Type map(malloc); malloc 94 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc Type map(malloc); malloc 104 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc Type map(malloc); malloc 124 third_party/tcmalloc/chromium/src/tests/pagemap_unittest.cc Type map(malloc); malloc 92 third_party/tcmalloc/chromium/src/tests/realloc_unittest.cc unsigned char* src = (unsigned char*) malloc(src_size); malloc 106 third_party/tcmalloc/chromium/src/tests/realloc_unittest.cc int** p = (int**)malloc(sizeof(*p) * kNumEntries); malloc 109 third_party/tcmalloc/chromium/src/tests/realloc_unittest.cc p[i] = (int*)malloc(8192); // no page size is likely to be bigger malloc 53 third_party/tcmalloc/chromium/src/tests/sampling_test.cc void* p = malloc(10000); malloc 138 third_party/tcmalloc/chromium/src/tests/system-alloc_unittest.cc void* p1 = malloc(kHugeSize); malloc 139 third_party/tcmalloc/chromium/src/tests/system-alloc_unittest.cc void* p2 = malloc(kHugeSize); malloc 50 third_party/tcmalloc/chromium/src/tests/tcmalloc_large_unittest.cc void* p1 = malloc(size); malloc 53 third_party/tcmalloc/chromium/src/tests/tcmalloc_large_unittest.cc void* p2 = malloc(1); malloc 66 third_party/tcmalloc/chromium/src/tests/tcmalloc_large_unittest.cc unsigned char* p = static_cast<unsigned char*>(malloc(size)); malloc 105 third_party/tcmalloc/chromium/src/tests/tcmalloc_large_unittest.cc void* p_small = malloc(4*1048576); malloc 101 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc # define valloc malloc malloc 102 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc # define pvalloc malloc malloc 320 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc return malloc(size); malloc 609 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc void* p = malloc(start_sizes[s]); malloc 757 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc ptrs[i] = malloc(size); malloc 839 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc void* a = malloc(MB); malloc 840 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc void* b = malloc(MB); malloc 872 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc void* a = malloc(MB); malloc 873 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc void* b = malloc(MB); malloc 909 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc a = malloc(MB); malloc 936 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc void* ret = malloc(kTooBig); malloc 1049 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc void* p1 = malloc(10); malloc 55 third_party/tcmalloc/chromium/src/tests/thread_dealloc_unittest.cc objects[i] = malloc(kObjectSize); malloc 93 third_party/tcmalloc/chromium/src/windows/addr2line-pdb.c search = malloc(SEARCH_CAP); malloc 216 third_party/tcmalloc/chromium/src/windows/nm-pdb.c search = malloc(SEARCH_CAP); malloc 106 third_party/tcmalloc/chromium/src/windows/override_functions.cc return malloc(size); malloc 418 third_party/tcmalloc/chromium/src/windows/patch_functions.cc (GenericFnPtr)&::malloc, malloc 204 third_party/tcmalloc/vendor/src/heap-profiler.cc char* buffer = reinterpret_cast<char*>(malloc(kProfileBufferSize)); malloc 74 third_party/tcmalloc/vendor/src/libc_override_gcc_and_weak.h void* malloc(size_t size) __THROW ALIAS(tc_malloc); malloc 227 third_party/tcmalloc/vendor/src/libc_override_osx.h tcmalloc_zone.malloc = &mz_malloc; malloc 95 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc AddressMap<ValueT> map(malloc, free); malloc 56 third_party/tcmalloc/vendor/src/tests/current_allocated_bytes_test.cc free(malloc(200)); malloc 91 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc int* x = static_cast<int*>(malloc(sizeof(*x))); malloc 244 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc free(malloc(1)); malloc 263 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc void *p = malloc(i); malloc 268 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc void* a = malloc(1000); malloc 285 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc a = malloc(kTooBig); malloc 293 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc a = malloc(kAlsoTooBig); malloc 248 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc void* p = malloc(size); malloc 684 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc (void)malloc(10); // Direct leak malloc 1077 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc REGISTER_OBJ_MAKER(0_sized, void* p = malloc(0);) // 0-sized object (important) malloc 1078 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc REGISTER_OBJ_MAKER(1_sized, void* p = malloc(1);) malloc 1079 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc REGISTER_OBJ_MAKER(2_sized, void* p = malloc(2);) malloc 1080 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc REGISTER_OBJ_MAKER(3_sized, void* p = malloc(3);) malloc 1081 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc REGISTER_OBJ_MAKER(4_sized, void* p = malloc(4);) malloc 1297 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc void* r = malloc(100); malloc 81 third_party/tcmalloc/vendor/src/tests/malloc_extension_c_test.c free(malloc(10)); malloc 82 third_party/tcmalloc/vendor/src/tests/malloc_extension_c_test.c free(malloc(20)); malloc 102 third_party/tcmalloc/vendor/src/tests/malloc_extension_c_test.c char* x = (char*)malloc(10); malloc 45 third_party/tcmalloc/vendor/src/tests/malloc_extension_test.cc void* a = malloc(1000); malloc 72 third_party/tcmalloc/vendor/src/tests/malloc_extension_test.cc void *p = malloc(i); malloc 47 third_party/tcmalloc/vendor/src/tests/markidle_unittest.cc ptr[i] = malloc(size); malloc 180 third_party/tcmalloc/vendor/src/tests/memalign_unittest.cc void* p_small = malloc(4*1048576); malloc 69 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc Type map(malloc); malloc 81 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc Type map(malloc); malloc 94 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc Type map(malloc); malloc 104 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc Type map(malloc); malloc 124 third_party/tcmalloc/vendor/src/tests/pagemap_unittest.cc Type map(malloc); malloc 92 third_party/tcmalloc/vendor/src/tests/realloc_unittest.cc unsigned char* src = (unsigned char*) malloc(src_size); malloc 106 third_party/tcmalloc/vendor/src/tests/realloc_unittest.cc int** p = (int**)malloc(sizeof(*p) * kNumEntries); malloc 109 third_party/tcmalloc/vendor/src/tests/realloc_unittest.cc p[i] = (int*)malloc(8192); // no page size is likely to be bigger malloc 53 third_party/tcmalloc/vendor/src/tests/sampling_test.cc void* p = malloc(10000); malloc 138 third_party/tcmalloc/vendor/src/tests/system-alloc_unittest.cc void* p1 = malloc(kHugeSize); malloc 139 third_party/tcmalloc/vendor/src/tests/system-alloc_unittest.cc void* p2 = malloc(kHugeSize); malloc 50 third_party/tcmalloc/vendor/src/tests/tcmalloc_large_unittest.cc void* p1 = malloc(size); malloc 53 third_party/tcmalloc/vendor/src/tests/tcmalloc_large_unittest.cc void* p2 = malloc(1); malloc 66 third_party/tcmalloc/vendor/src/tests/tcmalloc_large_unittest.cc unsigned char* p = static_cast<unsigned char*>(malloc(size)); malloc 105 third_party/tcmalloc/vendor/src/tests/tcmalloc_large_unittest.cc void* p_small = malloc(4*1048576); malloc 101 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc # define valloc malloc malloc 102 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc # define pvalloc malloc malloc 320 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc return malloc(size); malloc 609 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc void* p = malloc(start_sizes[s]); malloc 757 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc ptrs[i] = malloc(size); malloc 839 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc void* a = malloc(MB); malloc 840 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc void* b = malloc(MB); malloc 872 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc void* a = malloc(MB); malloc 873 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc void* b = malloc(MB); malloc 909 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc a = malloc(MB); malloc 936 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc void* ret = malloc(kTooBig); malloc 1049 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc void* p1 = malloc(10); malloc 55 third_party/tcmalloc/vendor/src/tests/thread_dealloc_unittest.cc objects[i] = malloc(kObjectSize); malloc 100 third_party/tcmalloc/vendor/src/windows/addr2line-pdb.c search = malloc(SEARCH_CAP); malloc 223 third_party/tcmalloc/vendor/src/windows/nm-pdb.c search = malloc(SEARCH_CAP); malloc 106 third_party/tcmalloc/vendor/src/windows/override_functions.cc return malloc(size); malloc 418 third_party/tcmalloc/vendor/src/windows/patch_functions.cc (GenericFnPtr)&::malloc, malloc 30 third_party/tlslite/tlslite/utils/win32prng.c bytes = malloc(howMany); malloc 312 third_party/v4l2capture/v4l2capture.c self->buffers = malloc(reqbuf.count * sizeof(struct buffer)); malloc 1173 third_party/wtl/include/atlapp.h m_p = static_cast<T*>(malloc(nBytes)); malloc 78 third_party/zlib/contrib/minizip/iowin32.c ret = malloc(sizeof(WIN32FILE_IOWIN)); malloc 135 third_party/zlib/contrib/minizip/miniunz.c buffer = (char*)malloc(len+1); malloc 324 third_party/zlib/contrib/minizip/miniunz.c buf = (void*)malloc(size_buf); malloc 294 third_party/zlib/contrib/minizip/minizip.c buf = (void*)malloc(size_buf); malloc 114 third_party/zlib/contrib/minizip/mztools.c char* data = malloc(dataSize); malloc 112 third_party/zlib/contrib/minizip/unzip.c # define ALLOC(size) (malloc(size)) malloc 62 third_party/zlib/contrib/minizip/zip.c # define ALLOC(size) (malloc(size)) malloc 70 third_party/zlib/google/zip_internal.cc ret = malloc(sizeof(WIN32FILE_IOWIN)); malloc 114 third_party/zlib/google/zip_internal.cc int* ptr_fd = static_cast<int*>(malloc(sizeof(fd))); malloc 129 third_party/zlib/google/zip_internal.cc void* ret = malloc(sizeof(WIN32FILE_IOWIN)); malloc 273 third_party/zlib/google/zip_internal.cc ZipBuffer* buffer = static_cast<ZipBuffer*>(malloc(sizeof(ZipBuffer))); malloc 46 third_party/zlib/gzguts.h extern voidp malloc OF((uInt size)); malloc 97 third_party/zlib/gzlib.c state = malloc(sizeof(gz_state)); malloc 153 third_party/zlib/gzlib.c state->path = malloc(strlen(path) + 1); malloc 221 third_party/zlib/gzlib.c if (fd == -1 || (path = malloc(7 + 3 * sizeof(int))) == NULL) malloc 511 third_party/zlib/gzlib.c if ((state->msg = malloc(strlen(state->path) + strlen(msg) + 3)) == NULL) { malloc 114 third_party/zlib/gzread.c state->in = malloc(state->want); malloc 115 third_party/zlib/gzread.c state->out = malloc(state->want << 1); malloc 22 third_party/zlib/gzwrite.c state->in = malloc(state->want); malloc 23 third_party/zlib/gzwrite.c state->out = malloc(state->want); malloc 295 third_party/zlib/zutil.c extern voidp malloc OF((uInt size)); malloc 306 third_party/zlib/zutil.c return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) : malloc 41 tools/android/memconsumer/memconsumer_hook.cc g_memory = static_cast<uint32_t*>(malloc(memory)); malloc 51 tools/android/memconsumer/memconsumer_hook.cc g_memory = static_cast<uint32_t*>(malloc(memory)); malloc 22 tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-expected.cc : b(new int), c(), f(static_cast<int*>(malloc(sizeof(int)))) {} malloc 23 tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-original.cc : a(NULL), b(new int), c(), f(static_cast<int*>(malloc(sizeof(int)))) {} malloc 192 tools/win/split_link/split_link.cc unsigned char* buffer = static_cast<unsigned char*>(malloc(*length)); malloc 97 ui/gfx/x/x11_types.cc static_cast<uint8_t*>(malloc(4 * data_width * data_height)); malloc 123 ui/gfx/x/x11_types.cc static_cast<uint16_t*>(malloc(2 * data_width * data_height));