OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:safe_realloc
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MemAlloc.h
52
LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *
safe_realloc
(void *Ptr, size_t Sz) {
function in namespace:llvm
/src/external/apache2/llvm/dist/llvm/lib/Support/
SmallVector.cpp
122
NewElts =
safe_realloc
(this->BeginX, NewCapacity * TSize);
SmallPtrSet.cpp
161
const void **T = (const void**)
safe_realloc
(CurArray,
/src/external/bsd/openldap/dist/libraries/libldap/
util-int.c
378
static char *
safe_realloc
( char **buf, int len );
400
if (
safe_realloc
( buf, buflen )==NULL)
410
if (
safe_realloc
(buf, buflen) == NULL)
529
if (
safe_realloc
( &buf, buflen )==NULL) {
594
if (
safe_realloc
( buf, buflen )==NULL)
756
if (
safe_realloc
( buf, total_len )) {
782
static char *
safe_realloc
( char **buf, int len )
function
/src/external/apache2/llvm/dist/clang/lib/AST/
NestedNameSpecifier.cpp
478
Buffer = static_cast<char *>(llvm::
safe_realloc
(Buffer, NewCapacity));
Completed in 27 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026