HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 601 - 625 of 2813) sorted by null

<<21222324252627282930>>

  /external/blktrace/btt/
devmap.c 38 dmp = malloc(sizeof(struct devmap));
  /external/chromium/testing/gtest/samples/
sample10_unittest.cc 58 return malloc(allocation_size);
  /external/chromium/third_party/libevent/test/
test-time.c 76 ev[i] = malloc(sizeof(struct event));
  /external/clang/test/SemaCXX/
cxx11-gnu-attrs.cpp 21 [[gnu::malloc, gnu::alloc_size(1,2)]] void *alloc_size(int a, int b);
  /external/compiler-rt/lib/asan/
asan_malloc_mac.cc 12 // Mac-specific malloc interception.
20 #include <malloc/malloc.h>
89 // Call the system malloc's implementation for both external and our zones,
94 INTERCEPTOR(void *, malloc, size_t size) {
324 asan_zone.malloc = &mz_malloc;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.cc 25 # define LIBC_MALLOC malloc
  /external/e2fsprogs/e2fsck/
extend.c 47 block = malloc(blocksize);
  /external/e2fsprogs/intl/
log.c 75 last_logfilename = (char *) malloc (strlen (logfilename) + 1);
textdomain.c 106 /* If the following malloc fails `_nl_current_default_domain'
113 new_domain = (char *) malloc (len);
  /external/e2fsprogs/lib/
fpopen.c 69 buf = malloc(strlen(cmd)+1);
  /external/e2fsprogs/lib/ss/
get_readline.c 59 tmp = malloc(strlen(libpath)+1);
  /external/elfutils/libasm/
asm_newcomsym.c 74 result = (AsmSym_t *) malloc (sizeof (AsmSym_t));
asm_newscngrp.c 60 result = (AsmScnGrp_t *) malloc (sizeof (AsmScnGrp_t) + grpname_len);
asm_newsubscn.c 64 newp = (AsmScn_t *) malloc (sizeof (AsmScn_t));
  /external/elfutils/libdw/
libdw_alloc.c 71 struct libdw_memblock *newp = malloc (size);
  /external/elfutils/libelf/
elf_readall.c 112 mem = (char *) malloc (elf->maximum_size);
  /external/expat/xmlwf/
readfilemap.c 70 /* malloc will return NULL with nbytes == 0, handle files with size 0 */
77 p = malloc(nbytes);
  /external/freetype/include/freetype/config/
ftstdlib.h 133 #define ft_smalloc malloc
  /external/gtest/samples/
sample10_unittest.cc 58 return malloc(allocation_size);
  /external/harfbuzz_ng/src/
hb-shaper.cc 65 shapers = (hb_shaper_pair_t *) malloc (sizeof (all_shapers));
test-size-params.cc 70 font_data = (const char *) malloc (len);
test-would-substitute.cc 74 font_data = (const char *) malloc (len);
  /external/hyphenation/
substrings.c 194 char *pat = (char*) malloc(l+1);
195 char *org = (char*) malloc(l*2+1);
226 char *newpat=malloc(l+1);
230 char *neworg = malloc(132); // TODO: compute exact length
  /external/icu4c/tools/tzcode/
ialloc.c 22 return malloc((size_t) nonzero(n));
  /external/iproute2/netem/
paretonormal.c 18 #include <malloc.h>

Completed in 1411 milliseconds

<<21222324252627282930>>