calloc 278 base/allocator/allocator_unittest.cc char* p = reinterpret_cast<char*>(calloc(n, s)); calloc 86 base/allocator/generic_allocators.cc return calloc(n, elem_size); calloc 101 base/allocator/generic_allocators.cc return calloc(n, size); calloc 161 base/allocator/generic_allocators.cc return calloc(n, size); calloc 60 base/file_version_info_win.cc void* data = calloc(length, 1); calloc 124 base/process/memory_linux.cc DIE_ON_OOM_2(calloc, size_t) calloc 234 base/process/memory_unittest.cc value_ = calloc(1024, test_size_ / 1024L); calloc 112 base/security_unittest.cc HideValueFromCompiler(calloc(kTooBigAllocSize, 1)))); calloc 209 base/security_unittest.cc static_cast<char*>(calloc(nmemb, size))); calloc 116 base/third_party/xdg_mime/xdgmime.c list = calloc (1, sizeof (XdgDirTimeList)); calloc 874 base/third_party/xdg_mime/xdgmime.c list_el = calloc (1, sizeof (XdgCallbackList)); calloc 84 base/third_party/xdg_mime/xdgmimeglob.c new_element = calloc (1, sizeof (XdgGlobList)); calloc 156 base/third_party/xdg_mime/xdgmimeglob.c glob_hash_node = calloc (1, sizeof (XdgGlobHashNode)); calloc 488 base/third_party/xdg_mime/xdgmimeglob.c glob_hash = calloc (1, sizeof (XdgGlobHash)); calloc 96 base/third_party/xdg_mime/xdgmimemagic.c return calloc (1, sizeof (XdgMimeMagicMatch)); calloc 637 base/third_party/xdg_mime/xdgmimemagic.c return calloc (1, sizeof (XdgMimeMagic)); calloc 78 chrome/browser/password_manager/password_store_mac.cc static_cast<SecKeychainAttribute*>(calloc(kMaxEntryCount, calloc 514 components/visitedlink/browser/visitedlink_master.cc file_ = static_cast<FILE**>(calloc(1, sizeof(*file_))); calloc 138 content/browser/renderer_host/java/java_bound_object.cc *values = static_cast<NPIdentifier*>(calloc(*count, sizeof(NPIdentifier))); calloc 189 content/renderer/pepper/plugin_object.cc calloc(property_count, sizeof(NPIdentifier))); calloc 36 crypto/cssm_init.cc return calloc(num, size); calloc 39 crypto/mock_apple_keychain_mac.cc calloc(keychain_attr_list_[key].count, sizeof(SecKeychainAttribute))); calloc 62 crypto/mock_apple_keychain_mac.cc keychain_attr_list_[key].attr[i].data = calloc(1, data_size); calloc 25 gin/array_buffer.cc return calloc(1, length); calloc 22 mojo/public/cpp/bindings/lib/fixed_buffer.cc ptr_ = static_cast<char*>(calloc(size_, 1)); calloc 830 native_client_sdk/src/examples/demo/nacl_io/handlers.c char* out = (char*)calloc(output_len, 1); calloc 924 native_client_sdk/src/examples/demo/nacl_io/handlers.c *output = (char*) calloc(output_len + 1, 1); calloc 168 native_client_sdk/src/libraries/nacl_io/host_resolver.cc hostent_.h_addr_list = static_cast<char**>(calloc(num_addresses + 1, calloc 52 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c if (NULL != (b = (pthread_barrier_t) calloc (1, sizeof (*b)))) calloc 71 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_init.c ba = (pthread_barrierattr_t) calloc (1, sizeof (*ba)); calloc 90 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c cv = (pthread_cond_t) calloc (1, sizeof (*cv)); calloc 76 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_init.c attr_result = (pthread_condattr_t) calloc (1, sizeof (*attr_result)); calloc 81 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_create.c if ((newkey = (pthread_key_t) calloc (1, sizeof (*newkey))) == NULL) calloc 76 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_init.c mx = (pthread_mutex_t) calloc (1, sizeof (*mx)); calloc 71 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_init.c ma = (pthread_mutexattr_t) calloc (1, sizeof (*ma)); calloc 60 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_init.c rwl = (pthread_rwlock_t) calloc (1, sizeof (*rwl)); calloc 69 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_init.c rwa = (pthread_rwlockattr_t) calloc (1, sizeof (*rwa)); calloc 83 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_spin_init.c s = (pthread_spinlock_t) calloc (1, sizeof (*s)); calloc 60 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_new.c tp = (ptw32_thread_t *) calloc (1, sizeof(ptw32_thread_t)); calloc 84 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_tkAssocCreate.c assoc = (ThreadKeyAssoc *) calloc (1, sizeof (*assoc)); calloc 102 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_init.c s = (sem_t) calloc (1, sizeof (*s)); calloc 309 native_client_sdk/src/libraries/xray/xray.c data = calloc(1, t); calloc 30 ppapi/cpp/dev/array_dev.h return calloc(count, size); calloc 131 remoting/host/pam_authorization_factory_posix.cc calloc(num_messages, sizeof(struct pam_response))); calloc 81 skia/ext/SkMemory_new_handler.cpp return throw_on_failure(size, calloc(size, 1)); calloc 96 skia/ext/SkMemory_new_handler.cpp void* p = calloc(size, 1); calloc 38 third_party/apple_apsl/CFBase.h void *(*calloc)(struct _malloc_zone_t *zone, size_t num_items, size_t size); /* same as malloc, but block returned is set to zero */ calloc 58 third_party/apple_apsl/CFBase.h void *(*calloc)(struct _malloc_zone_t *zone, size_t num_items, size_t size); /* same as malloc, but block returned is set to zero */ calloc 34 third_party/apple_apsl/malloc.h void *(*calloc)(struct _malloc_zone_t *zone, size_t num_items, size_t size); /* same as malloc, but block returned is set to zero */ calloc 387 third_party/codesighs/msmap2tsv.c *outDB = (SymDB_Container*)calloc(1, sizeof(SymDB_Container)); calloc 261 third_party/harfbuzz-ng/src/hb-common.cc hb_language_item_t *lang = (hb_language_item_t *) calloc (1, sizeof (hb_language_item_t)); calloc 96 third_party/harfbuzz-ng/src/hb-coretext.cc hb_coretext_shaper_face_data_t *data = (hb_coretext_shaper_face_data_t *) calloc (1, sizeof (hb_coretext_shaper_face_data_t)); calloc 155 third_party/harfbuzz-ng/src/hb-coretext.cc hb_coretext_shaper_font_data_t *data = (hb_coretext_shaper_font_data_t *) calloc (1, sizeof (hb_coretext_shaper_font_data_t)); calloc 69 third_party/harfbuzz-ng/src/hb-gobject-structs.cc hb_feature_t *c = (hb_feature_t *) calloc (1, sizeof (hb_feature_t)); calloc 79 third_party/harfbuzz-ng/src/hb-gobject-structs.cc hb_glyph_info_t *c = (hb_glyph_info_t *) calloc (1, sizeof (hb_glyph_info_t)); calloc 89 third_party/harfbuzz-ng/src/hb-gobject-structs.cc hb_glyph_position_t *c = (hb_glyph_position_t *) calloc (1, sizeof (hb_glyph_position_t)); calloc 99 third_party/harfbuzz-ng/src/hb-gobject-structs.cc hb_segment_properties_t *c = (hb_segment_properties_t *) calloc (1, sizeof (hb_segment_properties_t)); calloc 114 third_party/harfbuzz-ng/src/hb-gobject-structs.cc hb_language_t *c = (hb_language_t *) calloc (1, sizeof (hb_language_t)); calloc 75 third_party/harfbuzz-ng/src/hb-graphite2.cc hb_graphite2_tablelist_t *p = (hb_graphite2_tablelist_t *) calloc (1, sizeof (hb_graphite2_tablelist_t)); calloc 108 third_party/harfbuzz-ng/src/hb-graphite2.cc hb_graphite2_shaper_face_data_t *data = (hb_graphite2_shaper_face_data_t *) calloc (1, sizeof (hb_graphite2_shaper_face_data_t)); calloc 110 third_party/harfbuzz-ng/src/hb-object-private.hh hb_object_header_t *obj = (hb_object_header_t *) calloc (1, size); calloc 49 third_party/harfbuzz-ng/src/hb-ot-layout.cc hb_ot_layout_t *layout = (hb_ot_layout_t *) calloc (1, sizeof (hb_ot_layout_t)); calloc 65 third_party/harfbuzz-ng/src/hb-ot-layout.cc layout->gsub_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gsub->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t)); calloc 66 third_party/harfbuzz-ng/src/hb-ot-layout.cc layout->gpos_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gpos->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t)); calloc 211 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh arabic_fallback_plan_t *fallback_plan = (arabic_fallback_plan_t *) calloc (1, sizeof (arabic_fallback_plan_t)); calloc 224 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc arabic_shape_plan_t *arabic_plan = (arabic_shape_plan_t *) calloc (1, sizeof (arabic_shape_plan_t)); calloc 72 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc hangul_shape_plan_t *hangul_plan = (hangul_shape_plan_t *) calloc (1, sizeof (hangul_shape_plan_t)); calloc 544 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc indic_shape_plan_t *indic_plan = (indic_shape_plan_t *) calloc (1, sizeof (indic_shape_plan_t)); calloc 168 third_party/harfbuzz-ng/src/hb-ot-shape.cc hb_ot_shape_plan_t *plan = (hb_ot_shape_plan_t *) calloc (1, sizeof (hb_ot_shape_plan_t)); calloc 306 third_party/harfbuzz-ng/src/hb-private.hh new_array = (Type *) calloc (new_allocated, sizeof (Type)); calloc 433 third_party/harfbuzz-ng/src/hb-shape-plan.cc hb_face_t::plan_node_t *node = (hb_face_t::plan_node_t *) calloc (1, sizeof (hb_face_t::plan_node_t)); calloc 252 third_party/harfbuzz-ng/src/hb-shape.cc shaper_list = (const char **) calloc (1 + HB_SHAPERS_COUNT, sizeof (const char *)); calloc 240 third_party/harfbuzz-ng/src/hb-uniscribe.cc funcs = (hb_uniscribe_shaper_funcs_t *) calloc (1, sizeof (hb_uniscribe_shaper_funcs_t)); calloc 364 third_party/harfbuzz-ng/src/hb-uniscribe.cc void *new_sfnt_data = calloc (1, new_length); calloc 432 third_party/harfbuzz-ng/src/hb-uniscribe.cc hb_uniscribe_shaper_face_data_t *data = (hb_uniscribe_shaper_face_data_t *) calloc (1, sizeof (hb_uniscribe_shaper_face_data_t)); calloc 508 third_party/harfbuzz-ng/src/hb-uniscribe.cc hb_uniscribe_shaper_font_data_t *data = (hb_uniscribe_shaper_font_data_t *) calloc (1, sizeof (hb_uniscribe_shaper_font_data_t)); calloc 73 third_party/libevent/buffer.c buffer = calloc(1, sizeof(struct evbuffer)); calloc 137 third_party/libevent/devpoll.c if (!(devpollop = calloc(1, sizeof(struct devpollop)))) calloc 154 third_party/libevent/devpoll.c devpollop->events = calloc(nfiles, sizeof(struct pollfd)); calloc 162 third_party/libevent/devpoll.c devpollop->fds = calloc(nfiles, sizeof(struct evdevpoll)); calloc 171 third_party/libevent/devpoll.c devpollop->changes = calloc(nfiles, sizeof(struct pollfd)); calloc 128 third_party/libevent/epoll.c if (!(epollop = calloc(1, sizeof(struct epollop)))) calloc 141 third_party/libevent/epoll.c epollop->fds = calloc(INITIAL_NFILES, sizeof(struct evepoll)); calloc 239 third_party/libevent/evbuffer.c if ((bufev = calloc(1, sizeof(struct bufferevent))) == NULL) calloc 175 third_party/libevent/event.c if ((base = calloc(1, sizeof(struct event_base))) == NULL) calloc 330 third_party/libevent/event.c calloc(base->nactivequeues, sizeof(struct event_list *)); calloc 580 third_party/libevent/event.c if ((eonce = calloc(1, sizeof(struct event_once))) == NULL) calloc 416 third_party/libevent/event_tagging.c *pstring = calloc(EVBUFFER_LENGTH(_buf) + 1, 1); calloc 149 third_party/libevent/evport.c if (!(evpd = calloc(1, sizeof(struct evport_data)))) calloc 160 third_party/libevent/evport.c evpd->ed_fds = calloc(DEFAULT_NFDS, sizeof(struct fd_info)); calloc 66 third_party/libevent/evrpc.c struct evrpc_base* base = calloc(1, sizeof(struct evrpc_base)); calloc 119 third_party/libevent/evrpc.c hook = calloc(1, sizeof(struct evrpc_hook)); calloc 278 third_party/libevent/evrpc.c rpc_state = calloc(1, sizeof(struct evrpc_req_generic)); calloc 385 third_party/libevent/evrpc.c struct evrpc_pool *pool = calloc(1, sizeof(struct evrpc_pool)); calloc 297 third_party/libevent/evrpc.h struct evrpc* rpc = (struct evrpc *)calloc(1, sizeof(struct evrpc)); \ calloc 1402 third_party/libevent/http.c struct evkeyval *header = calloc(1, sizeof(struct evkeyval)); calloc 1683 third_party/libevent/http.c if ((evcon = calloc(1, sizeof(struct evhttp_connection))) == NULL) { calloc 2309 third_party/libevent/http.c if ((http = calloc(1, sizeof(struct evhttp))) == NULL) { calloc 2395 third_party/libevent/http.c if ((http_cb = calloc(1, sizeof(struct evhttp_cb))) == NULL) calloc 2442 third_party/libevent/http.c if ((req = calloc(1, sizeof(struct evhttp_request))) == NULL) { calloc 2448 third_party/libevent/http.c req->input_headers = calloc(1, sizeof(struct evkeyvalq)); calloc 2455 third_party/libevent/http.c req->output_headers = calloc(1, sizeof(struct evkeyvalq)); calloc 108 third_party/libevent/kqueue.c if (!(kqueueop = calloc(1, sizeof(struct kqop)))) calloc 93 third_party/libevent/poll.c if (!(pollop = calloc(1, sizeof(struct pollop)))) calloc 108 third_party/libevent/select.c if (!(sop = calloc(1, sizeof(struct selectop)))) calloc 159 third_party/libevent/test/bench.c events = calloc(num_pipes, sizeof(struct event)); calloc 160 third_party/libevent/test/bench.c pipes = calloc(num_pipes * 2, sizeof(int)); calloc 510 third_party/libusb/src/libusb/core.c struct libusb_device *dev = calloc(1, sizeof(*dev) + priv_size); calloc 693 third_party/libusb/src/libusb/core.c ret = calloc(len + 1, sizeof(struct libusb_device *)); calloc 1816 third_party/libusb/src/libusb/core.c ctx = calloc(1, sizeof(*ctx)); calloc 842 third_party/libusb/src/libusb/descriptor.c _bos = calloc (1, calloc 929 third_party/libusb/src/libusb/descriptor.c bos_data = calloc(_bos.wTotalLength, 1); calloc 225 third_party/libusb/src/libusb/hotplug.c new_callback = (libusb_hotplug_callback *)calloc(1, sizeof (*new_callback)); calloc 1326 third_party/libusb/src/libusb/io.c struct usbi_transfer *itransfer = calloc(1, alloc_size); calloc 2497 third_party/libusb/src/libusb/io.c ret = calloc(cnt + 1, sizeof(struct libusb_pollfd *)); calloc 783 third_party/libusb/src/libusb/os/darwin_usb.c new_device = calloc (1, sizeof (*new_device)); calloc 1515 third_party/libusb/src/libusb/os/darwin_usb.c tpriv->isoc_framelist = (IOUSBIsocFrame*) calloc (transfer->num_iso_packets, sizeof(IOUSBIsocFrame)); calloc 1766 third_party/libusb/src/libusb/os/linux_usbfs.c urbs = calloc(1, alloc_size); calloc 1901 third_party/libusb/src/libusb/os/linux_usbfs.c urbs = calloc(1, alloc_size); calloc 1937 third_party/libusb/src/libusb/os/linux_usbfs.c urb = calloc(1, alloc_size); calloc 2025 third_party/libusb/src/libusb/os/linux_usbfs.c urb = calloc(1, sizeof(struct usbfs_urb)); calloc 197 third_party/libusb/src/libusb/os/poll_windows.c OVERLAPPED *overlapped = (OVERLAPPED*) calloc(1, sizeof(OVERLAPPED)); calloc 519 third_party/libusb/src/libusb/os/poll_windows.c handles_to_wait_on = (HANDLE*) calloc(nfds+1, sizeof(HANDLE)); // +1 for fd_update calloc 520 third_party/libusb/src/libusb/os/poll_windows.c handle_to_index = (int*) calloc(nfds, sizeof(int)); calloc 145 third_party/libusb/src/libusb/os/threads_windows.c pos = (struct usbi_cond_perthread*) calloc(1, sizeof(struct usbi_cond_perthread)); calloc 205 third_party/libusb/src/libusb/os/windows_usb.c if ((ret_path = (char*) calloc(size, 1)) == NULL) calloc 345 third_party/libusb/src/libusb/os/windows_usb.c if ((dev_interface_details = (SP_DEVICE_INTERFACE_DETAIL_DATA_A*) calloc(size, 1)) == NULL) { calloc 496 third_party/libusb/src/libusb/os/windows_usb.c htab_table = (htab_entry*) calloc(htab_size + 1, sizeof(htab_entry)); calloc 699 third_party/libusb/src/libusb/os/windows_usb.c tmp_str = (char*) calloc(len+1, 1); calloc 990 third_party/libusb/src/libusb/os/windows_usb.c priv->config_descriptor = (unsigned char**) calloc(dev->num_configurations, sizeof(unsigned char*)); calloc 1029 third_party/libusb/src/libusb/os/windows_usb.c if ((cd_buf_actual = (PUSB_DESCRIPTOR_REQUEST) calloc(1, size)) == NULL) { calloc 1289 third_party/libusb/src/libusb/os/windows_usb.c priv->hid = (struct hid_device_priv*) calloc(1, sizeof(struct hid_device_priv)); calloc 1381 third_party/libusb/src/libusb/os/windows_usb.c unref_list = (libusb_device**) calloc(unref_size, sizeof(libusb_device*)); calloc 1491 third_party/libusb/src/libusb/os/windows_usb.c if_guid = (GUID*) calloc(1, sizeof(GUID)); calloc 1604 third_party/libusb/src/libusb/os/windows_usb.c priv->hid = calloc(1, sizeof(struct hid_device_priv)); calloc 1612 third_party/libusb/src/libusb/os/windows_usb.c priv->usb_interface[0].path = (char*) calloc(safe_strlen(priv->path)+1, 1); calloc 3465 third_party/libusb/src/libusb/os/windows_usb.c buf = (uint8_t*)calloc(expected_size+1, 1); calloc 3732 third_party/libusb/src/libusb/os/windows_usb.c value_caps = (HIDP_VALUE_CAPS*) calloc(size[j], sizeof(HIDP_VALUE_CAPS)); calloc 4034 third_party/libusb/src/libusb/os/windows_usb.c transfer_priv->hid_buffer = (uint8_t*)calloc(length+1, 1); calloc 25 third_party/libwebp/dec/alpha.c ALPHDecoder* const dec = (ALPHDecoder*)calloc(1, sizeof(*dec)); calloc 571 third_party/libwebp/dec/idec.c WebPIDecoder* idec = (WebPIDecoder*)calloc(1, sizeof(*idec)); calloc 323 third_party/libwebp/dec/io.c p->memory = calloc(1, tmp_size * sizeof(*work)); calloc 495 third_party/libwebp/dec/io.c p->memory = calloc(1, tmp_size1 * sizeof(*work) + tmp_size2 * sizeof(*tmp)); calloc 47 third_party/libwebp/dec/vp8.c VP8Decoder* const dec = (VP8Decoder*)calloc(1, sizeof(*dec)); calloc 1040 third_party/libwebp/dec/vp8l.c VP8LDecoder* const dec = (VP8LDecoder*)calloc(1, sizeof(*dec)); calloc 292 third_party/libwebp/demux/demux.c *frame = (Frame*)calloc(1, sizeof(**frame)); calloc 382 third_party/libwebp/demux/demux.c Chunk* const chunk = (Chunk*)calloc(1, sizeof(*chunk)); calloc 430 third_party/libwebp/demux/demux.c frame = (Frame*)calloc(1, sizeof(*frame)); calloc 732 third_party/libwebp/demux/demux.c dmux = (WebPDemuxer*)calloc(1, sizeof(*dmux)); calloc 948 third_party/libwebp/enc/vp8l.c VP8LEncoder* const enc = (VP8LEncoder*)calloc(1, sizeof(*enc)); calloc 46 third_party/libwebp/utils/huffman_encode.c good_for_rle = (uint8_t*)calloc(length, 1); calloc 38 third_party/libwebp/utils/utils.c return calloc((size_t)nmemb, size); calloc 106 third_party/npapi/npspy/extern/nspr/prwin16.h void * (PR_CALLBACK *calloc)(size_t n, size_t size ); calloc 480 third_party/qcms/src/chain.c return calloc(1, sizeof(struct qcms_modular_transform)); calloc 778 third_party/qcms/src/iccread.c return calloc(sizeof(qcms_profile), 1); calloc 909 third_party/qcms/src/transform.c char *original_block = calloc(sizeof(qcms_transform) + sizeof(void*) + 16, 1); calloc 22654 third_party/sqlite/amalgamation/sqlite3.c char *out = (char *)calloc( CCHMAXPATH, 1 ); calloc 22683 third_party/sqlite/amalgamation/sqlite3.c char *out = (char *)calloc( CCHMAXPATH, 1 ); calloc 2145 third_party/sqlite/src/ext/fts1/fts1.c c = (fulltext_cursor *) calloc(sizeof(fulltext_cursor), 1); calloc 69 third_party/sqlite/src/ext/fts1/fts1_porter.c t = (porter_tokenizer *) calloc(sizeof(*t), 1); calloc 60 third_party/sqlite/src/ext/fts1/fts1_tokenizer1.c t = (simple_tokenizer *) calloc(sizeof(*t), 1); calloc 982 third_party/sqlite/src/ext/fts1/fulltext.c c = (fulltext_cursor *) calloc(sizeof(fulltext_cursor), 1); calloc 642 third_party/sqlite/src/src/os_os2.c char *out = (char *)calloc( CCHMAXPATH, 1 ); calloc 671 third_party/sqlite/src/src/os_os2.c char *out = (char *)calloc( CCHMAXPATH, 1 ); calloc 378 third_party/sqlite/src/tool/lemon.c freelist = (struct action *)calloc(amt, sizeof(struct action)); calloc 501 third_party/sqlite/src/tool/lemon.c acttab *p = (acttab *) calloc( 1, sizeof(*p) ); calloc 1156 third_party/sqlite/src/tool/lemon.c freelist = (struct config *)calloc( amt, sizeof(struct config) ); calloc 2115 third_party/sqlite/src/tool/lemon.c rp = (struct rule *)calloc( sizeof(struct rule) + calloc 2165 third_party/sqlite/src/tool/lemon.c msp = (struct symbol *) calloc(1,sizeof(*msp)); calloc 2169 third_party/sqlite/src/tool/lemon.c msp->subsym = (struct symbol **) calloc(1,sizeof(struct symbol*)); calloc 2672 third_party/sqlite/src/tool/lemon.c plink_freelist = (struct plink *)calloc( amt, sizeof(struct plink) ); calloc 3436 third_party/sqlite/src/tool/lemon.c types = (char**)calloc( arraysize, sizeof(char*) ); calloc 3717 third_party/sqlite/src/tool/lemon.c ax = (struct axset *) calloc(lemp->nstate*2, sizeof(ax[0])); calloc 4216 third_party/sqlite/src/tool/lemon.c s = (char*)calloc( size, 1); calloc 4420 third_party/sqlite/src/tool/lemon.c sp = (struct symbol *)calloc(1, sizeof(struct symbol) ); calloc 4606 third_party/sqlite/src/tool/lemon.c array = (struct symbol **)calloc(size, sizeof(struct symbol *)); calloc 4654 third_party/sqlite/src/tool/lemon.c newstate = (struct state *)calloc(1, sizeof(struct state) ); calloc 66 third_party/talloc/libreplace/getifaddrs.c ret = calloc(1, socklen); calloc 115 third_party/talloc/libreplace/getifaddrs.c curif = calloc(1, sizeof(struct ifaddrs)); calloc 199 third_party/talloc/libreplace/getifaddrs.c curif = calloc(1, sizeof(struct ifaddrs)); calloc 294 third_party/talloc/libreplace/getifaddrs.c curif = calloc(1, sizeof(struct ifaddrs)); calloc 84 third_party/tcmalloc/chromium/src/libc_override_gcc_and_weak.h void* calloc(size_t n, size_t size) __THROW ALIAS(tc_calloc); calloc 228 third_party/tcmalloc/chromium/src/libc_override_osx.h tcmalloc_zone.calloc = &mz_calloc; calloc 580 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc char* p = reinterpret_cast<char*>(calloc(n, s)); calloc 942 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc ret = calloc(1, kTooBig); calloc 1060 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc p1 = calloc(10, 2); calloc 61 third_party/tcmalloc/chromium/src/windows/override_functions.cc return calloc(n, size); calloc 114 third_party/tcmalloc/chromium/src/windows/override_functions.cc return calloc(n, size); calloc 421 third_party/tcmalloc/chromium/src/windows/patch_functions.cc (GenericFnPtr)&::calloc, calloc 440 third_party/tcmalloc/chromium/src/windows/patch_functions.cc (GenericFnPtr)&::calloc, calloc 77 third_party/tcmalloc/vendor/src/libc_override_gcc_and_weak.h void* calloc(size_t n, size_t size) __THROW ALIAS(tc_calloc); calloc 228 third_party/tcmalloc/vendor/src/libc_override_osx.h tcmalloc_zone.calloc = &mz_calloc; calloc 580 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc char* p = reinterpret_cast<char*>(calloc(n, s)); calloc 942 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc ret = calloc(1, kTooBig); calloc 1060 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc p1 = calloc(10, 2); calloc 61 third_party/tcmalloc/vendor/src/windows/override_functions.cc return calloc(n, size); calloc 114 third_party/tcmalloc/vendor/src/windows/override_functions.cc return calloc(n, size); calloc 421 third_party/tcmalloc/vendor/src/windows/patch_functions.cc (GenericFnPtr)&::calloc, calloc 440 third_party/tcmalloc/vendor/src/windows/patch_functions.cc (GenericFnPtr)&::calloc, calloc 296 third_party/zlib/zutil.c extern voidp calloc OF((uInt items, uInt size)); calloc 307 third_party/zlib/zutil.c (voidpf)calloc(items, size);