OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xalloc
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/Sema/
attr-malloc.c
21
void *
xalloc
(unsigned n) { return malloc(n); } // no-warning
function
22
// RUN: grep 'define .*noalias .* @
xalloc
(' %t %t
/ndk/sources/cxx-stl/stlport/src/
ios.cpp
137
int _STLP_CALL ios_base::
xalloc
() {
function in class:ios_base
/external/libcxx/src/
ios.cpp
157
//
xalloc
175
ios_base::
xalloc
()
function in class:ios_base
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
ios.cpp
153
//
xalloc
161
ios_base::
xalloc
()
function in class:ios_base
/device/generic/goldfish/qemud/
qemud.c
119
xalloc
( size_t sz )
function
133
#define xnew(p) (p) =
xalloc
(sizeof(*(p)))
138
void* p =
xalloc
(sz);
575
buff =
xalloc
(count+1);
[
all
...]
Completed in 315 milliseconds