Searched defs:xalloc (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Sema/
H A Dattr-malloc.c21 void * xalloc(unsigned n) { return malloc(n); } // no-warning function
22 // RUN: grep 'define noalias .* @xalloc(' %t
/external/stlport/src/
H A Dios.cpp135 int _STLP_CALL ios_base::xalloc() { function in class:ios_base
/external/libcxx/src/
H A Dios.cpp153 // xalloc
161 ios_base::xalloc() function in class:ios_base

Completed in 135 milliseconds