HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 1201 - 1225 of 4430) sorted by null

<<41424344454647484950>>

  /external/e2fsprogs/debugfs/
htree.c 167 cbuf = malloc(fs->blocksize);
251 buf = malloc(2*current_fs->blocksize);
372 pb.buf = malloc(current_fs->blocksize);
  /external/e2fsprogs/intl/
printf-parse.c 41 /* malloc(), realloc(), free(). */
74 d->dir = malloc (d_allocated * sizeof (DIRECTIVE));
100 : malloc (memory_size)); \
  /external/e2fsprogs/lib/ext2fs/
dosio.c 149 ioch = (io_channel)malloc(sizeof(struct struct_io_channel));
155 ioch->name = (char *)malloc(strlen(part->dev)+1);
210 part = (PARTITION*)malloc(sizeof(PARTITION));
  /external/elfutils/libebl/
eblstrtab.c 104 /* Cache for the pagesize. We correct this value a bit so that `malloc'
141 struct memoryblock *newmem = (struct memoryblock *) malloc (len);
336 data->d_buf = malloc (st->total + nulllen);
eblwstrtab.c 105 /* Cache for the pagesize. We correct this value a bit so that `malloc'
142 newmem = (struct memoryblock *) malloc (len);
352 data->d_buf = malloc ((st->total + nulllen) * sizeof (wchar_t));
  /external/libpcap/
nametoaddr.c 410 e = ep = (u_char *)malloc(6);
448 ap = (u_char *)malloc(6);
478 ap = (u_char *)malloc(6);
pcap-nit.c 257 p = (pcap_t *)malloc(sizeof(*p));
293 p->buffer = (u_char *)malloc(p->bufsize);
324 p->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
  /external/libpng/contrib/visupng/
PngFile.c 231 if ((pbImageData = (png_byte *) malloc(ulRowBytes * (*piHeight)
240 if ((ppbRowPointers = (png_bytepp) malloc((*piHeight)
353 if ((ppbRowPointers = (png_bytepp) malloc(iHeight * sizeof(png_bytep))) == NULL)
  /external/llvm/test/Transforms/GVN/
nonescaping-malloc.ll 6 ; alias the malloc'd value %tmp.i20.i.i, which it can do since %tmp7.i
35 declare noalias i8* @malloc(i64) nounwind
66 %tmp.i20.i.i = tail call noalias i8* @malloc(i64 %tmp8.i.i) nounwind
  /external/ppp/pppd/plugins/radius/
dict.c 89 vdict = (VENDOR_DICT *) malloc (sizeof (VENDOR_DICT));
183 (DICT_ATTR *) malloc (sizeof (DICT_ATTR)))
250 (DICT_VALUE *) malloc (sizeof (DICT_VALUE)))
  /external/valgrind/main/drd/
drd_vc.c 31 #include "pub_tool_mallocfree.h" // VG_(malloc), VG_(free)
334 vc->vc = VG_(malloc)("drd.vc.vr.2",
350 vc->vc = VG_(malloc)("drd.vc.vr.3",
  /external/valgrind/main/mpi/
mpiwrap_type_test.c 157 sbuf = malloc(ub);
166 rbuf = malloc(ub);
180 rbuf_walk = malloc(ub);
  /external/valgrind/unittest/
thread_wrappers_pthread.h 57 // This constant is true if malloc() uses mutex on your platform as this may
63 #include <malloc.h> // memalign
106 #define memalign(A,B) malloc(B)
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 105 browser = malloc(sizeof(NPNetscapeFuncs));
241 newGlue = (uint32_t *)malloc(sizeof(temp));
258 newGlue = (FunctionPointer *)malloc(2 * sizeof(FunctionPointer));
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 83 mMipmaps = (GGLSurface*)malloc(numLods * sizeof(GGLSurface));
171 surface.data = (GGLubyte*)malloc(size);
204 mipmap.data = (GGLubyte*)malloc(size);
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 87 char* buf = (char*) malloc(infoLen);
126 char* buf = (char*) malloc(bufLength);
343 EGLConfig* configs = (EGLConfig*) malloc(sizeof(EGLConfig) * numConfig);
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 94 char* buf = (char*) malloc(infoLen);
103 char* buf = (char*) malloc(0x1000);
142 char* buf = (char*) malloc(bufLength);
  /frameworks/wilhelm/src/
ThreadPool.c 128 tp->mClosureArray = (Closure **) malloc((maxClosures + 1) * sizeof(Closure *));
141 tp->mThreadArray = (pthread_t *) malloc(maxThreads * sizeof(pthread_t));
255 Closure *closure = (Closure *) malloc(sizeof(Closure));
  /packages/inputmethods/PinyinIME/jni/share/
dictlist.cpp 52 buf_ = static_cast<char16*>(malloc(buf_size * sizeof(char16)));
58 scis_hz_ = static_cast<char16*>(malloc(scis_num_ * sizeof(char16)));
63 (malloc(scis_num_ * sizeof(SpellingId)));
  /system/extras/librank/
librank.c 99 library->name = malloc(strlen(name) + 1);
105 library->mappings = malloc(INIT_MAPPINGS * sizeof(struct mapping_info *));
215 libraries = malloc(INIT_LIBRARIES * sizeof(struct library_info *));
  /external/bluetooth/bluez/tools/
hcitool.c 124 if (!(cl = malloc(10 * sizeof(*ci) + sizeof(*cl)))) {
158 if (!(cl = malloc(10 * sizeof(*ci) + sizeof(*cl)))) {
704 cr = malloc(sizeof(*cr) + sizeof(struct hci_conn_info));
906 cr = malloc(sizeof(*cr) + sizeof(struct hci_conn_info));
1312 cr = malloc(sizeof(*cr) + sizeof(struct hci_conn_info));
1438 cr = malloc(sizeof(*cr) + sizeof(struct hci_conn_info));
1506 cr = malloc(sizeof(*cr) + sizeof(struct hci_conn_info));
1576 cr = malloc(sizeof(*cr) + sizeof(struct hci_conn_info));
    [all...]
  /external/valgrind/main/massif/
ms_main.c 88 // than a certain size! Because: "linux's malloc allows to set a
116 n1: 5 (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
158 100.00% (5B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
185 #include "valgrind.h" // For {MALLOC,FREE}LIKE_BLOCK
194 // call tree beneath all the allocation functions like malloc().
312 alloc_fns = VG_(newXA)(VG_(malloc), "ms.main.iaf.1",
327 // alloc function: realloc (which uses malloc); valloc,
331 DO("malloc" );
359 ignore_fns = VG_(newXA)(VG_(malloc), "ms.main.iif.1",
505 // - malloc/calloc/realloc/memalign/new/new[]
    [all...]
  /bionic/libc/bionic/
pthread-atfork.c 111 struct atfork_t *entry = malloc(sizeof(struct atfork_t));
  /bionic/libc/include/
string.h 33 #include <malloc.h>
  /bionic/libc/private/
thread_private.h 131 * malloc lock/unlock prototypes and definitions

Completed in 2302 milliseconds

<<41424344454647484950>>