Searched
full:calloc (Results
1176 -
1200 of
1865) sorted by null
<<41424344454647484950>>
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/ |
malloc_extension.h | 310 // malloc(), calloc(), realloc(), memalign(), posix_memalign(),
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
GenericTaintChecker.cpp | 724 C.isCLibraryFunction(FDecl, "calloc") ||
|
/external/clang/www/analyzer/ |
release_notes.html | 131 inconsistencies between the casted type of the return value of a 'malloc/calloc/realloc' call and the operand
|
/external/dropbear/ |
dbutil.c | 628 ret = calloc(1, size);
|
/external/dropbear/libtommath/ |
tommath.h | 114 #define XCALLOC calloc
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/ |
libcairo-swt.so | |
/external/elfutils/libdwfl/ |
dwfl_segment_report_module.c | 586 void *contents = calloc (1, file_trimmed_end);
|
/external/elfutils/libebl/ |
eblopenbackend.c | 286 result = (Ebl *) calloc (1, sizeof (Ebl));
|
/external/elfutils/src/ |
ldscript.y | 576 /* We use calloc and not the obstack since this object can be freed soon. */
|
/external/fsck_msdos/ |
fat.c | 219 fat = calloc(boot->NumClusters, sizeof(struct fatEntry));
|
/external/genext2fs/ |
genext2fs.c | 796 unsigned char* b=calloc(1,BLOCKSIZE); [all...] |
/external/harfbuzz_ng/src/ |
hb-private.hh | 303 new_array = (Type *) calloc (new_allocated, sizeof (Type));
|
/external/harfbuzz_ng/util/ |
options.cc | 225 shape_opts->features = (hb_feature_t *) calloc (shape_opts->num_features, sizeof (*shape_opts->features));
|
/external/iputils/ninfod/ |
ni_ifaddrs.c | 361 ifa = data = calloc(1, NLMSG_ALIGN(sizeof(struct ni_ifaddrs[icnt]))
|
/external/libpcap/ |
pcap.c | 243 *dlt_buffer = (int*)calloc(sizeof(**dlt_buffer), p->dlt_count);
|
/external/libppp/src/ |
mppe.c | 650 if ((mp = calloc(1, sizeof *mp)) != NULL) {
|
/external/libvpx/libvpx/vpx_mem/ |
vpx_mem_tracker.c | 61 static mem_track_calloc_func g_calloc = calloc;
|
/external/linux-tools-perf/ |
builtin-lock.c | 968 rec_argv = calloc(rec_argc + 1, sizeof(char *));
|
builtin-timechart.c | 1071 rec_argv = calloc(rec_argc + 1, sizeof(char *));
|
/external/linux-tools-perf/util/ |
parse-events.c | 855 evsel->name = calloc(str - ostr + 1, 1);
|
/external/llvm/include/llvm/ADT/ |
SparseMultiSet.h | 206 Sparse = reinterpret_cast<SparseT*>(calloc(U, sizeof(SparseT)));
|
/external/llvm/lib/Support/ |
FoldingSet.cpp | 216 void **Buckets = static_cast<void**>(calloc(NumBuckets+1, sizeof(void*)));
|
/external/llvm/lib/Target/ |
TargetLibraryInfo.cpp | 84 "calloc",
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_wayland.c | 505 attachments_with_format = calloc(count * 2, sizeof(unsigned int));
|
/external/mesa3d/src/egl/drivers/glx/ |
egl_glx.c | 53 #define CALLOC_STRUCT(T) (struct T *) calloc(1, sizeof(struct T)) [all...] |
Completed in 986 milliseconds
<<41424344454647484950>>