/external/bison/darwin-lib/ |
stdlib.h | 593 rely on GNU or POSIX semantics for malloc and realloc (for example, 595 realloc to be redefined. */ 1043 _GL_CXXALIASWARN (realloc); variable 1045 # undef realloc macro [all...] |
/external/bison/linux-lib/ |
stdlib.h | 593 rely on GNU or POSIX semantics for malloc and realloc (for example, 595 realloc to be redefined. */ 1043 _GL_CXXALIASWARN (realloc); variable 1045 # undef realloc macro [all...] |
/external/chromium/base/allocator/ |
allocator_shim.cc | 155 void* realloc(void* ptr, size_t size) __THROW { 157 // realloc(0, 0) code path does not guarantee a non-NULL return, so be sure 184 // the requested new size is zero, realloc should free the ptr and return
|
README | 43 void* realloc(void* p, size_t s);
|
/external/chromium_org/content/browser/loader/ |
redirect_to_file_resource_handler.cc | 30 // GrowableIOBuffer) because the backing IOBuffer may realloc its data. In this 31 // particular case we know RedirectToFileResourceHandler will not realloc its 223 // not realloc durring the write due to how the state machine in this class
|
/external/valgrind/main/memcheck/tests/ |
origin1-yes.c | 67 // Realloc block, uninitialised 71 int* ptr_to_undef_realloc_int = realloc(ptr_to_undef_malloc_int2, 4096); 75 fprintf(stderr, "\nUndef 5 of 8 (realloc)\n");
|
/system/core/cpio/ |
mkbootfs.c | 185 names = realloc(names, size * sizeof(char*)); 295 canned_config = (struct fs_config_entry*)realloc( 314 canned_config = (struct fs_config_entry*)realloc(
|
/system/core/sh/ |
memalloc.c | 71 * Same for realloc. 77 p = realloc(p, nbytes); 199 * possibly moving it (like realloc). Grabstackblock actually allocates the
|
/bionic/libc/bionic/ |
scandir.cpp | 51 dirent** new_names = (dirent**) realloc(names_, new_capacity * sizeof(dirent*));
|
/external/chromium_org/base/allocator/ |
README | 43 void* realloc(void* p, size_t s);
|
prep_libc.py | 56 objfiles = ['malloc', 'free', 'realloc', 'new', 'delete', 'new2', 'delete2',
|
/external/chromium_org/courgette/ |
disassembler.h | 75 // (or realloc) any memory. Usually only called via ParseHeader()
|
/external/chromium_org/third_party/freetype/include/freetype/config/ |
ftstdlib.h | 133 #define ft_srealloc realloc
|
/external/chromium_org/third_party/icu/source/common/ |
cmemory.c | 68 return realloc(buffer, size);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_memory.h | 54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size)
|
/external/clang/test/Analysis/ |
malloc.cpp | 6 void *realloc(void *ptr, size_t size);
|
/external/compiler-rt/SDKs/linux/usr/include/ |
stdlib.h | 33 void *realloc(void *, size_t) __attribute__((__nothrow__)) __attribute((__malloc__))
|
/external/dhcpcd/compat/ |
getline.c | 60 newbuf = realloc(*buf, newlen);
|
/external/e2fsprogs/lib/ss/ |
invocation.c | 46 table = (ss_data **) realloc((char *)table,
|
request_tbl.c | 37 t = (ssrt **)realloc(info->rqt_tables, (unsigned)size*sizeof(ssrt));
|
/external/elfutils/lib/ |
xmalloc.c | 77 p = realloc (p, n);
|
/external/freetype/include/freetype/config/ |
ftstdlib.h | 134 #define ft_srealloc realloc
|
/external/freetype/src/raster/ |
ftmisc.h | 78 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
|
/external/giflib/ |
gifalloc.c | 190 ColorUnion->Colors = (GifColorType *)realloc(Map, 228 *ExtensionBlocks = (ExtensionBlock *)realloc(*ExtensionBlocks, 300 /*** FIXME: We could realloc the GifFile->SavedImages structure but is 319 GifFile->SavedImages = (SavedImage *)realloc(GifFile->SavedImages,
|
/external/iproute2/tc/ |
emp_ematch.l | 46 strbuf = realloc(strbuf, strbuf_size);
|