OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xmalloc
(Results
26 - 50
of
599
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-kernel.h
29
#ifndef
xmalloc
30
#define
xmalloc
vmalloc
macro
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-kernel.h
29
#ifndef
xmalloc
30
#define
xmalloc
vmalloc
macro
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-kernel.h
29
#ifndef
xmalloc
30
#define
xmalloc
vmalloc
macro
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-kernel.h
29
#ifndef
xmalloc
30
#define
xmalloc
vmalloc
macro
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-kernel.h
29
#ifndef
xmalloc
30
#define
xmalloc
vmalloc
macro
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-kernel.h
29
#ifndef
xmalloc
30
#define
xmalloc
vmalloc
macro
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-kernel.h
29
#ifndef
xmalloc
30
#define
xmalloc
vmalloc
macro
/toolchain/binutils/binutils-2.25/opcodes/
cgen-bitset.c
31
CGEN_BITSET * mask =
xmalloc
(sizeof (* mask));
44
mask->bits =
xmalloc
(mask->length);
/external/bison/lib/
basename.c
48
char *p =
xmalloc
(length + 3);
/external/bison/src/
InadequacyList.c
33
InadequacyList *result =
xmalloc
(sizeof *result);
/external/dbus/tools/
dbus-cleanup-sockets.c
51
xmalloc
(size_t bytes)
function
123
se =
xmalloc
(sizeof (SocketEntry));
126
se->name =
xmalloc
(len);
180
entries =
xmalloc
(sizeof (SocketEntry*) * allocated);
/external/elfutils/lib/
Makefile.am
36
libeu_a_SOURCES = xstrdup.c xstrndup.c
xmalloc
.c next_prime.c \
xmalloc.c
47
xmalloc
(size_t n)
function
/external/mesa3d/src/glx/
render2.c
92
buf = (GLubyte *)
Xmalloc
(compsize);
155
buf = (GLubyte *)
Xmalloc
(compsize);
230
buf = (GLdouble *)
Xmalloc
(compsize);
306
buf = (GLfloat *)
Xmalloc
(compsize);
glx_query.c
59
char *buf =
Xmalloc
(len);
83
char *buf =
Xmalloc
(len);
149
buf = (char *)
Xmalloc
(numbytes);
singlepix.c
71
rowBuf = (GLubyte *)
Xmalloc
(widthsize);
85
colBuf = (GLubyte *)
Xmalloc
(heightsize);
158
(GLubyte *)
Xmalloc
((widthsize > heightsize) ? widthsize :
/external/toybox/toys/pending/
groupdel.c
41
entry = s =
xmalloc
(len);
last.c
46
struct arg_list *new =
xmalloc
(sizeof(struct arg_list));
181
llist_add_node(&TT.list, memcpy(
xmalloc
(sizeof(ut)), &ut, sizeof(ut)));
183
llist_add_node(&TT.list, memcpy(
xmalloc
(sizeof(ut)), &ut, sizeof(ut)));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/toolchain-patches/binutils-2.25/
0002_pdb_filename_win64.patch
12
t->build_id.sec->contents = (unsigned char *)
xmalloc
(t->build_id.sec->size);
/toolchain/binutils/binutils-2.25/binutils/
bucomm.h
78
void *
xmalloc
(size_t);
/toolchain/binutils/binutils-2.25/gprof/
search_list.c
46
new_el = (Search_List_Elem *)
xmalloc
(sizeof (*new_el) + len);
/toolchain/binutils/binutils-2.25/libiberty/
xexit.c
42
/* This variable is set by xatexit if it is called. This way,
xmalloc
xstrndup.c
26
without fail, using @code{
xmalloc
} to obtain memory. The result is
partition.c
48
xmalloc
(sizeof (struct partition_def) +
149
done = (char *)
xmalloc
(num_elements);
153
class_elements = (int *)
xmalloc
(num_elements * sizeof (int));
/ndk/sources/host-tools/make-3.81/
rule.c
129
name = (char *)
xmalloc
(namelen + 1);
186
targname =
xmalloc
(1 + len + 1);
192
names = (char **)
xmalloc
(2 * sizeof (char *));
204
depname =
xmalloc
(1 + len + 1);
368
r = (struct rule *)
xmalloc
(sizeof (struct rule));
370
r->targets = (char **)
xmalloc
(2 * sizeof (char *));
371
r->suffixes = (char **)
xmalloc
(2 * sizeof (char *));
372
r->lens = (unsigned int *)
xmalloc
(2 * sizeof (unsigned int));
397
r->cmds = (struct commands *)
xmalloc
(sizeof (struct commands));
481
struct rule *r = (struct rule *)
xmalloc
(sizeof (struct rule))
[
all
...]
Completed in 1875 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>