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

<<31323334353637383940>>

  /external/valgrind/main/massif/tests/
peak2.post.exp 42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
90 91.26% (8,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
102 91.48% (9,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
114 91.63% (11,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
126 91.75% (12,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
138 91.85% (14,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
150 91.92% (16,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc
    [all...]
peak.post.exp 42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
90 91.26% (8,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
102 91.48% (9,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
114 91.63% (11,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
126 91.75% (12,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
138 91.85% (14,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
150 91.92% (16,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc
    [all...]
  /external/bluetooth/bluez/src/
textfile.c 149 str = malloc(size + 1);
269 str = malloc(len);
351 str = malloc(end - off - len);
443 key = malloc(len + 1);
469 value = malloc(len + 1);
  /external/checkpolicy/
policy_define.c 112 newid = (char *)malloc(strlen(id) + 1);
159 datum = (class_datum_t *) malloc(sizeof(class_datum_t));
295 newc = (ocontext_t *) malloc(sizeof(ocontext_t));
377 comdatum = (common_datum_t *) malloc(sizeof(common_datum_t));
401 perdatum = (perm_datum_t *) malloc(sizeof(perm_datum_t));
508 perdatum = (perm_datum_t *) malloc(sizeof(perm_datum_t));
593 level = (mls_level_t *) malloc(sizeof(mls_level_t));
602 datum = (level_datum_t *) malloc(sizeof(level_datum_t));
639 aliasdatum = (level_datum_t *) malloc(sizeof(level_datum_t));
772 datum = (cat_datum_t *) malloc(sizeof(cat_datum_t))
    [all...]
  /external/llvm/lib/Support/Unix/
Process.inc 21 // DragonFly BSD has deprecated <malloc.h> for <stdlib.h> instead,
24 #include <malloc.h>
27 #include <malloc/malloc.h>
81 #warning Cannot get malloc info on this platform
  /external/libsepol/src/
policydb.c 619 key = malloc(strlen(OBJECT_R) + 1);
892 malloc(p->p_commons.nprim * sizeof(char *));
901 malloc(p->p_classes.nprim * sizeof(class_datum_t *));
907 malloc(p->p_classes.nprim * sizeof(char *));
923 malloc(p->p_bools.nprim * sizeof(char *));
992 malloc(p->p_roles.nprim * sizeof(role_datum_t *));
998 malloc(p->p_users.nprim * sizeof(user_datum_t *));
    [all...]
  /external/qemu/memcheck/
memcheck_common.h 84 * this is not the pointer that is returned to the malloc's caller. Pointer
90 /* Nuber of bytes requested by the malloc's caller. */
93 /* Byte size of the prefix data. Actual pointer returned to the malloc's
128 * actually allocated in previous calls to malloc, memalign, or realloc. Since
139 * have to be exact pointer returned to malloc's caller, but can point
282 /* Gets pointer returned to malloc caller for the given allocation decriptor.
286 * Pointer to the allocated memory returned to the malloc caller.
296 * desc - Descriptor for the memory block, allocated in malloc handler.
298 * Total size of memory block allocated in malloc handler.
308 * desc - Descriptor for the memory block, allocated in malloc handler
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 295 *pHandle = malloc(sizeof(OMX_COMPONENTTYPE));
297 "Malloc of pHandle* failed");
730 compName = (OMX_STRING *) malloc(MAX_TABLE_SIZE * sizeof(OMX_STRING));
731 sRoleArray = (OMX_STRING**) malloc(MAX_TABLE_SIZE * sizeof(OMX_STRING));
745 tempName = (OMX_STRING) malloc(sizeof(namelist[numFiles]->d_name) + 1); /* adding one ensures */
757 compName[tableCount]= (OMX_STRING) malloc(MAXNAMESIZE);
785 /* sRoleArray[tableCount] = (OMX_STRING *) malloc(nRoles * sizeof(OMX_STRING)); */
788 /* sRoleArray[tableCount] = (OMX_STRING *) malloc(nRoles * sizeof(OMX_STRING)); */
793 malloc(sizeof(OMX_U8) *
807 /* sRoleArray[tableCount] = (OMX_STRING *) malloc(sizeof(OMX_STRING)); *
    [all...]
  /external/chromium/base/allocator/
allocator_unittests.cc 356 TEST(Allocators, Malloc) {
359 unsigned char* ptr = reinterpret_cast<unsigned char*>(malloc(size));
400 void* p = malloc(start_sizes[s]);
419 unsigned char* src = reinterpret_cast<unsigned char*>(malloc(src_size));
434 int** p = reinterpret_cast<int**>(malloc(sizeof(*p) * kNumEntries));
438 p[i] = reinterpret_cast<int*>(malloc(8192));
455 char* ptr = reinterpret_cast<char*>(malloc(size));
  /packages/experimental/procstatlog/
procstatlog.c 70 // Set data->name and data->value to malloc'd strings with the
91 data->value = malloc(len + 1);
144 data->name = malloc(filename_len + 1 + (name_end - line) + 1);
194 data->name = malloc(12 + device_len + 1 + (name_end - line) + 1);
216 // Return a malloc'd array of "struct data" read from all over /proc.
285 struct data *stats = malloc((stats_count + 1) * sizeof(struct data));
385 struct data *old_stats = malloc(sizeof(struct data));
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 255 char* fileName = (char*)malloc(PICO_MAX_DATAPATH_NAME_SIZE + PICO_MAX_FILE_NAME_SIZE);
337 picoProp_currLang = (char *) malloc( 10 );
338 picoTaFileName = (pico_Char *) malloc( PICO_MAX_DATAPATH_NAME_SIZE + PICO_MAX_FILE_NAME_SIZE );
339 picoSgFileName = (pico_Char *) malloc( PICO_MAX_DATAPATH_NAME_SIZE + PICO_MAX_FILE_NAME_SIZE );
340 picoUtppFileName = (pico_Char *) malloc( PICO_MAX_DATAPATH_NAME_SIZE + PICO_MAX_FILE_NAME_SIZE );
341 picoTaResourceName = (pico_Char *) malloc( PICO_MAX_RESOURCE_NAME_SIZE );
342 picoSgResourceName = (pico_Char *) malloc( PICO_MAX_RESOURCE_NAME_SIZE );
343 picoUtppResourceName =(pico_Char *) malloc( PICO_MAX_RESOURCE_NAME_SIZE );
360 char* tmpFileName = (char*)malloc(PICO_MAX_DATAPATH_NAME_SIZE + PICO_MAX_FILE_NAME_SIZE);
552 data = (char *) malloc( textlen ); /* allocate string *
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 29 This is a version (aka dlmalloc) of malloc/free/realloc written by
36 Note: There may be an updated version of this malloc obtainable at
37 ftp://gee.cs.oswego.edu/pub/misc/malloc.c
48 For convenience, an include file for code using this malloc is at:
49 ftp://gee.cs.oswego.edu/pub/misc/malloc-2.8.3.h
52 excerpts from this file needed for using this malloc on ANSI C/C++
55 own malloc.h that does include all settings by cutting at the point
57 library containing a malloc that is based on some version of this
58 malloc (for example in linux). You might still want to use the one
68 than pointers, you can use a previous release of this malloc
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 38 This is a version (aka dlmalloc) of malloc/free/realloc written by
45 Note: There may be an updated version of this malloc obtainable at
46 ftp://gee.cs.oswego.edu/pub/misc/malloc.c
57 For convenience, an include file for code using this malloc is at:
58 ftp://gee.cs.oswego.edu/pub/misc/malloc-2.8.3.h
61 excerpts from this file needed for using this malloc on ANSI C/C++
64 own malloc.h that does include all settings by cutting at the point
66 library containing a malloc that is based on some version of this
67 malloc (for example in linux). You might still want to use the one
77 than pointers, you can use a previous release of this malloc
614 #define malloc macro
    [all...]
  /external/libffi/src/
dlmalloc.c 2 This is a version (aka dlmalloc) of malloc/free/realloc written by
9 Note: There may be an updated version of this malloc obtainable at
10 ftp://gee.cs.oswego.edu/pub/misc/malloc.c
21 For convenience, an include file for code using this malloc is at:
22 ftp://gee.cs.oswego.edu/pub/misc/malloc-2.8.3.h
25 excerpts from this file needed for using this malloc on ANSI C/C++
28 own malloc.h that does include all settings by cutting at the point
30 library containing a malloc that is based on some version of this
31 malloc (for example in linux). You might still want to use the one
41 than pointers, you can use a previous release of this malloc
    [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp 24 Address 0x........ is not stack'd, malloc'd or (recently) free'd
40 Address 0x........ is not stack'd, malloc'd or (recently) free'd
53 Address 0x........ is not stack'd, malloc'd or (recently) free'd
84 Address 0x........ is not stack'd, malloc'd or (recently) free'd
88 Address 0x........ is not stack'd, malloc'd or (recently) free'd
104 Address 0x........ is not stack'd, malloc'd or (recently) free'd
108 Address 0x........ is not stack'd, malloc'd or (recently) free'd
118 Address 0x........ is not stack'd, malloc'd or (recently) free'd
131 Address 0x........ is not stack'd, malloc'd or (recently) free'd
153 Address 0x........ is not stack'd, malloc'd or (recently) free'
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.c 86 result_w = malloc (n1 * sizeof (wchar_t));
116 result = malloc (len + 1);
179 result = malloc (n1);
224 result = malloc (strlen (tmp) + 5 + strlen (name) + 1);
248 result = malloc (strlen (tmp) + 1 + strlen (name) + 1);
275 result = malloc (strlen (dir) + 1);
915 data = malloc (data_len + sizeof (wchar_t));
945 /* The cast is valid because malloc guarantees alignment of
1042 filename_w = malloc (sizeof (wchar_t) * nSize);
1092 buffer_w = malloc (sizeof (wchar_t) * len)
    [all...]
  /external/libusb-compat/libusb/
core.c 216 bus = malloc(sizeof(*bus));
322 dev = malloc(sizeof(*dev));
403 dest->extra = malloc(src->extra_length);
420 dest->endpoint = malloc(alloc_size);
435 dest->extra = malloc(src->extra_length);
455 dest->altsetting = malloc(alloc_size);
480 dest->interface = malloc(alloc_size);
495 dest->extra = malloc(src->extra_length);
524 dev->config = malloc(alloc_size);
657 usb_dev_handle *udev = malloc(sizeof(*udev))
    [all...]
  /external/srec/portable/src/
pmemory.c 34 #undef malloc macro
119 #define malloc PortNew macro
560 The malloc() function shall allocate unused space for an object whose size in bytes is specified by size and whose value is unspecified.
562 The order and contiguity of storage allocated by successive calls to malloc() is unspecified. The pointer returned if the allocation succeeds shall be suitably aligned so that it may be assigned to a pointer to any type of object and then used to access such an object in the space allocated (until the space is explicitly freed or reallocated). Each such allocation shall yield a pointer to an object disjoint from any other object. The pointer returned points to the start (lowest byte address) of the allocated space. If the space cannot be allocated, a null pointer shall be returned. If the size of the space requested is 0, the behavior is implementation-defined: the value returned shall be either a null pointer or a unique pointer.
565 Upon successful completion with size not equal to 0, malloc() shall return a pointer to the allocated space. If size is 0, either a null pointer or a unique pointer that can be successfully passed to free() shall be returned. Otherwise, it shall return a null pointer and set errno to indicate the error.
606 gMemoryMap[idx].tag = malloc(sizeof(LCHAR) * (LSTRLEN(tag) + 1));
614 data = (MemoryData *) malloc(actualSize);
632 stackTrace = malloc(sizeof(LCHAR) * (stackTraceSize + 1));
724 If ptr is a null pointer, realloc() behaves like malloc() for the specified size.
726 If ptr does not match a pointer returned earlier by calloc(), malloc() or realloc() or if the space has previously been deallocated by a call to free() or realloc(), t (…)
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 340 source=(UChar*)malloc(sizeof(UChar) * 12);
341 target=(UChar*)malloc(sizeof(UChar) * 12);
389 disName=(UChar*)malloc(sizeof(UChar) * (len+1));
410 UChar *buffer = (UChar *)malloc(200000*sizeof(UChar));
451 disName=(UChar*)malloc(sizeof(UChar) * (len+1));
597 test1=(UChar*)malloc(sizeof(UChar) * 6);
598 test2=(UChar*)malloc(sizeof(UChar) * 6);
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 359 sdp_data_t *d = malloc(sizeof(sdp_data_t));
435 d->val.str = malloc(length);
930 buf->data = malloc(buf->buf_size);
1050 d = malloc(sizeof(sdp_data_t));
1125 sdp_data_t *d = malloc(sizeof(sdp_data_t));
1156 d = malloc(sizeof(sdp_data_t));
1203 s = malloc(n + 1);
1280 sdp_data_t *d = malloc(sizeof(sdp_data_t));
    [all...]
  /external/ipsec-tools/src/libipsec/
policy_parse.y 385 if ((addr = malloc(addrbuf->len + 1)) == NULL) {
386 yyerror("malloc failed");
391 if (portbuf && ((serv = malloc(portbuf->len + 1)) == NULL)) {
393 yyerror("malloc failed");
426 newaddr = malloc(res->ai_addrlen);
480 pbuf = malloc(sizeof(struct sadb_x_policy));
  /external/libpng/
pngmem.c 29 /* Allocate memory for a png_struct. The malloc and memset can be replaced
38 /* Alternate version of png_create_struct, for use with user-defined malloc. */
344 /* Allocate memory for a png_struct or a png_info. The malloc and
354 /* Allocate memory for a png_struct or a png_info. The malloc and
390 struct_ptr = (png_voidp)malloc(size);
511 ret = malloc((size_t)size);
  /external/linux-tools-perf/
builtin-kmem.c 143 data = malloc(sizeof(*data));
145 die("malloc");
183 data = malloc(sizeof(*data));
185 die("malloc");
626 sort = malloc(sizeof(*sort));
628 die("malloc");
  /external/qemu/distrib/libpng-1.2.19/
pngmem.c 26 /* Allocate memory for a png_struct. The malloc and memset can be replaced
35 /* Alternate version of png_create_struct, for use with user-defined malloc. */
328 /* Allocate memory for a png_struct or a png_info. The malloc and
338 /* Allocate memory for a png_struct or a png_info. The malloc and
374 struct_ptr = (png_voidp)malloc(size);
483 ret = malloc((size_t)size);
  /external/valgrind/main/coregrind/
launcher-linux.c 329 new_line = malloc(strlen(VALGRIND_LAUNCHER) + 1
332 barf("malloc of new_line failed.");
339 new_env = malloc((j+2) * sizeof(char*));
341 barf("malloc of new_env failed.");
355 toolfile = malloc(strlen(valgrind_lib) + strlen(toolname) + strlen(platform) + 3);
357 barf("malloc of toolfile failed.");

Completed in 1873 milliseconds

<<31323334353637383940>>