HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 351 - 375 of 1865) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override_redefine.h 72 void* calloc(size_t n, size_t s) __THROW { return tc_calloc(n, s); }
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
xmalloc.c 84 newmem = calloc(nelem, elsize);
  /external/clang/test/Analysis/
malloc-interprocedural.c 10 void *calloc(size_t nmemb, size_t size);
  /external/compiler-rt/lib/asan/
asan_allocator.h 25 FROM_MALLOC = 1, // Memory block came from malloc, calloc, realloc, etc.
  /external/e2fsprogs/lib/blkid/
cache.c 95 if (!(cache = (blkid_cache) calloc(1, sizeof(struct blkid_struct_cache))))
  /external/elfutils/libdwfl/
dwfl_begin.c 61 Dwfl *dwfl = calloc (1, sizeof *dwfl);
  /external/ipsec-tools/src/racoon/
debugrm.h 44 #define racoon_calloc(cnt, sz) calloc((cnt), (sz))
  /external/libexif/libexif/
exif.h 70 * Libexif by default relies on the calloc(3), realloc(3), and free(3)
  /external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c 136 bcm2079x_dev_t *dev = calloc (1, sizeof(bcm2079x_dev_t));
  /external/libogg/include/ogg/
os_types.h 23 #define _ogg_calloc calloc
  /external/libselinux/src/
mapping.c 55 current_mapping = (struct selinux_mapping *)calloc(++i, size);
  /external/libsepol/src/
policydb_public.c 11 *pf = calloc(1, sizeof(sepol_policy_file_t));
  /external/libsepol/tests/
test-linker.c 71 modules[i] = calloc(1, sizeof(*modules[i]));
  /external/mesa3d/docs/
relnotes-7.1.html 64 Probably do the same for malloc, calloc, etc.
relnotes-7.2.html 74 Probably do the same for malloc, calloc, etc.
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
modeset.c 544 drmconn->drm_modes = CALLOC(count, sizeof(*drmconn->drm_modes));
588 CALLOC(drmdpy->resources->count_connectors, sizeof(*drmdpy->connectors));
694 CALLOC(drmdpy->resources->count_crtcs, sizeof(*drmdpy->saved_crtcs));
701 CALLOC(drmdpy->resources->count_crtcs, sizeof(*drmdpy->shown_surfaces));
  /external/mesa3d/src/gallium/state_trackers/egl/null/
native_null.c 102 null->configs = CALLOC(Elements(color_formats) - 1, sizeof(*null->configs));
  /external/mesa3d/src/gallium/state_trackers/va/
va_surface.c 68 vlVaSurfacePriv *va_surface = (vlVaSurfacePriv *)CALLOC(num_surfaces,sizeof(vlVaSurfacePriv));
  /external/mesa3d/src/gallium/state_trackers/vdpau/
bitmap.c 65 vlsurface = CALLOC(1, sizeof(vlVdpBitmapSurface));
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_dri2.c 205 buffer = calloc(1, sizeof *buffer);
209 private = calloc(1, sizeof *private);
248 buffers = calloc(count, sizeof *buffers);
252 privates = calloc(count, sizeof *privates);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_syncobj.c 53 sync = calloc(1, sizeof(struct intel_sync_object));
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.c 215 image = CALLOC(sizeof *image);
278 image = CALLOC(sizeof *image);
313 image = CALLOC(sizeof *image);
491 screen = (radeonScreenPtr) CALLOC( sizeof(*screen) );
  /external/mesa3d/src/mesa/tnl/
t_vb_texmat.c 92 stage->privatePtr = CALLOC(sizeof(*store));
  /external/qemu/android/utils/
system.c 48 block = calloc(1, size);
  /external/qemu/docs/
ANDROID-MEMCHECK.TXT 21 libc.so hooks up every memory allocation call (malloc, free, calloc, realloc,

Completed in 501 milliseconds

<<11121314151617181920>>