OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc
(Results
726 - 750
of
4430
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/bionic/libc/stdio/
vasprintf.c
36
f._bf._base = f._p = (unsigned char *)
malloc
(128);
/bionic/libc/string/
strdup.c
45
if ((copy =
malloc
(siz)) == NULL)
/bionic/libc/unistd/
initgroups.c
43
groups =
malloc
(numgroups*sizeof(groups[0]));
/bionic/linker/
linker_format.h
37
/* issues (it uses
malloc
()/free()) and increases code size */
/docs/source.android.com/src/tech/debugging/
native-memory.md
25
$ adb shell setprop libc.debug.
malloc
1
/external/bison/lib/
strndup.c
53
char *new =
malloc
(len + 1);
/external/blktrace/btt/
devmap.c
38
dmp =
malloc
(sizeof(struct devmap));
/external/bluetooth/glib/docs/reference/glib/tmpl/
string_chunks.sgml
16
than using g_strdup() since fewer calls to
malloc
() are needed, and less
/external/bluetooth/glib/glib/
galloca.h
45
# include <
malloc
.h>
/external/chromium/base/allocator/
prep_libc.sh
32
OBJFILES="
malloc
.obj free.obj realloc.obj new.obj delete.obj new2.obj delete2.obj align.obj msize.obj heapinit.obj expand.obj heapchk.obj heapwalk.obj heapmin.obj sbheap.obj calloc.obj recalloc.obj calloc_impl.obj new_mode.obj newopnt.obj"
/external/chromium/sdch/open-vcdiff/
configure.ac
44
AC_CHECK_HEADERS([
malloc
.h])
/external/compiler-rt/BlocksRuntime/
data.c
28
We allocate space and export a symbol to be used as the Class for the on-stack and
malloc
'ed copies until ObjC arrives on the scene. These data areas are set up by Foundation to link in as real classes post facto.
/external/compiler-rt/SDKs/darwin/usr/include/
stdlib.h
27
void *
malloc
(size_t);
/external/compiler-rt/SDKs/linux/usr/include/
stdlib.h
29
void *
malloc
(size_t) __attribute__((__nothrow__)) __attribute((__malloc__))
/external/dbus/dbus/
dbus-sysdeps-win.h
35
#include <
malloc
.h>
/external/e2fsprogs/e2fsck/
prof_err.c
73
et =
malloc
(sizeof(struct et_list));
/external/e2fsprogs/intl/
vasnwprintf.h
32
/* Write formatted output to a string dynamically allocated with
malloc
().
/external/e2fsprogs/lib/et/test_cases/
imap_err.c
72
et =
malloc
(sizeof(struct et_list));
/external/e2fsprogs/lib/ext2fs/
imager.c
69
buf =
malloc
(fs->blocksize * BUF_BLOCKS);
143
buf =
malloc
(fs->blocksize * BUF_BLOCKS);
192
buf =
malloc
(fs->blocksize);
243
buf =
malloc
(size);
io_manager.c
35
options =
malloc
(strlen(opts)+1);
/external/e2fsprogs/util/
subst.c
41
ent = (struct subst_entry *)
malloc
(sizeof(struct subst_entry));
44
ent->name = (char *)
malloc
(strlen(name)+1);
47
ent->value = (char *)
malloc
(strlen(value)+1);
350
newfn = (char *)
malloc
(strlen(outfn)+20);
/external/elfutils/libasm/
disasm_begin.c
49
DisasmCtx_t *ctx = (DisasmCtx_t *)
malloc
(sizeof (DisasmCtx_t));
/external/elfutils/libelf/
elf_getdata_rawchunk.c
121
rawchunk =
malloc
(size);
153
/* A
malloc
'd block is always sufficiently aligned. */
156
buffer =
malloc
(size);
171
buffer =
malloc
(size);
/external/flac/libFLAC/include/private/
metadata.h
37
/* WATCHOUT: all
malloc
()ed data in the block is free()ed; this may not
/external/giflib/
gif_lib.h
75
GifColorType *Colors; /* on
malloc
(3) heap */
282
char *Bytes; /* on
malloc
(3) heap */
289
unsigned char *RasterBits; /* on
malloc
(3) heap */
292
ExtensionBlock *ExtensionBlocks; /* on
malloc
(3) heap */
Completed in 1145 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>