OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
1626 - 1650
of
2813
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/dalvik/vm/
AllocTracker.cpp
119
(AllocRecord*)
malloc
(sizeof(AllocRecord) * kNumAllocRecords);
565
buffer = (u1*)
malloc
(totalSize);
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.c
244
struct android_app* android_app = (struct android_app*)
malloc
(sizeof(struct android_app));
252
android_app->savedState =
malloc
(savedStateSize);
/device/generic/goldfish/camera/
QemuClient.cpp
312
*data =
malloc
(payload_size);
405
*list = (char*)
malloc
(query.mReplyDataSize);
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c
225
my_cam_app.obj[cam_id] = (mm_camera_app_obj_t *)
malloc
(sizeof(mm_camera_app_obj_t));
228
pme->mem_cam = (mm_camear_mem_vtbl_t *)
malloc
(sizeof(mm_camear_mem_vtbl_t));
/external/blktrace/btt/
inlines.h
67
rip =
malloc
(sizeof(*rip));
135
struct io *iop =
malloc
(sizeof(*iop));
/external/bzip2/
bzip2recover.c
114
"%s:
malloc
failed on request for %d bytes.\n",
156
BitStream *bs =
malloc
( sizeof(BitStream) );
169
BitStream *bs =
malloc
( sizeof(BitStream) );
/external/chromium/chrome/browser/
keychain_mock_mac.cc
104
attribute->data =
malloc
(length);
159
keychain_data_[item].data =
malloc
(length);
/external/chromium/net/base/
nss_memio.c
91
mb->buf =
malloc
(size);
362
secret =
malloc
(sizeof(struct PRFilePrivate));
/external/compiler-rt/BlocksRuntime/
runtime.c
170
return
malloc
(size);
314
struct Block_layout *result =
malloc
(aBlock->descriptor->size);
336
// if we copy a
malloc
block to a GC block then we need to clear NEEDS_FREE.
640
cp += sprintf(cp, "isa:
malloc
heap Block\n");
/external/e2fsprogs/lib/blkid/
devname.c
321
vdirname =
malloc
(vg_len + strlen(vg_name) + 8);
338
lvm_device =
malloc
(vg_len + strlen(vg_name) +
/external/e2fsprogs/misc/
mke2fs.c
515
buf =
malloc
(512*nsect);
701
buf =
malloc
(len+1);
902
sl->list =
malloc
((sl->max+1) * sizeof(char *));
920
sl->list[sl->num] =
malloc
(strlen(str)+1);
1047
parse_str =
malloc
(usage_types ? strlen(usage_types)+1 : 1);
1210
newpath =
malloc
(pathlen);
[
all
...]
/external/grub/lib/
getopt.c
278
that we can compare them later. But we must not use
malloc
(3). */
332
char *new_str =
malloc
(top + 1);
444
(char *)
malloc
(nonoption_flags_max_len);
/external/harfbuzz_ng/util/
ansi-print.cc
98
data ((color_t *)
malloc
(sizeof (data[0]) * width * height)),
149
data ((uint8_t *)
malloc
(sizeof (data[0]) * width * height)) {}
/external/icu4c/test/cintltst/
spreptst.c
335
dest = (char*)
malloc
(++destLen);
460
dest = (char*)
malloc
(++destLen);
/external/libmtp/examples/
sendtr.c
125
tracks = (uint32_t *)
malloc
((found_album->no_tracks+1) * sizeof(uint32_t));
128
printf("failed
malloc
in add_track_to_album()\n");
143
trackid = (uint32_t *)
malloc
(sizeof(uint32_t));
/external/libmtp/src/
libusb-glue.c
166
new_list_entry = (mtpdevice_list_t *)
malloc
(sizeof(mtpdevice_list_t));
616
retdevs = (LIBMTP_raw_device_t *)
malloc
(sizeof(LIBMTP_raw_device_t) * devs);
823
bytes =
malloc
(CONTEXT_BLOCK_SIZE);
945
bytes =
malloc
(CONTEXT_BLOCK_SIZE);
[
all
...]
/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/libppp/src/
exec.c
250
if ((dev =
malloc
(sizeof *dev)) == NULL) {
385
if ((dev =
malloc
(sizeof *dev)) == NULL)
/external/libvpx/libvpx/vpx_mem/
vpx_mem.c
72
# define VPX_MALLOC_L
malloc
138
/* save the actual
malloc
address */
173
malloc
() for the specified size. If size is zero (0) and ptr is
197
/* save the actual
malloc
address */
257
/* save the actual
malloc
address */
353
/* save the actual
malloc
address */
525
(unsigned char *)
malloc
(g_mm_memory_size + HMM_ADDR_ALIGN_UNIT);
613
/* Error. Try to
malloc
and then copy data. */
/external/netperf/
netsh.c
478
program = (char *)
malloc
(strlen(argv[0]) + 1);
480
printf("
malloc
(%d) failed!\n", strlen(argv[0]) + 1);
686
/* be the number of send_size buffers
malloc
'd in the tests */
763
result_brand =
malloc
(strlen(optarg)+1);
769
"Unable to
malloc
space for result brand\n");
/external/openssh/openbsd-compat/
getrrsetbyname.c
328
rdata->rdi_data =
malloc
(rr->size);
547
curr->rdata =
malloc
(curr->size);
/external/qemu/android/
adb-server.c
157
adb_host->pending_send_buffer = (uint8_t*)
malloc
(msglen);
248
adb_host->pending_data =
malloc
(size);
/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/qemu/distrib/sdl-1.2.15/src/main/macos/
SDL_main.c
569
commandLine = (char*)
malloc
(appNameText[0] + prefs.command_line[0] + 2);
588
args = (char **)
malloc
((nargs+1)*(sizeof *args));
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c
46
#include <
malloc
.h>
162
fb_thread_data = (spu_data_t *)
malloc
(sizeof(spu_data_t));
Completed in 1288 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>