Searched
full:realloc (Results
601 -
625 of
1409) sorted by null
<<21222324252627282930>>
/external/compiler-rt/lib/asan/tests/ |
asan_test.cc | 155 // fprintf(stderr, "realloc:\n"); 157 r = (int*)realloc(r, 2000 * sizeof(int)); 360 EXPECT_EQ(0, realloc(0, size)); 361 EXPECT_EQ(0, realloc(0, ~Ident(0))); 475 ptr = (int*)realloc(ptr, [all...] |
/external/dbus/dbus/ |
dbus-string.c | 124 * before it has to realloc. The string starts life with zero length. 309 * string is really using), _dbus_string_lock() will realloc the 321 /* Try to realloc to avoid excess memory usage, since 354 new_allocated = 0; /* ensure a realloc every time so that we go 385 * @returns #FALSE if the compact failed due to realloc failure [all...] |
/external/flac/libFLAC/ |
metadata_object.c | 95 /* realloc() failure leaves entry unchanged */ 955 else if(0 == (object->data.seek_table.points = (FLAC__StreamMetadata_SeekPoint*)realloc(object->data.seek_table.points, new_size))) [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/expat/lib/ |
xmlparse.c | 552 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) 723 mtemp->realloc_fcn = realloc; [all...] |
/external/valgrind/main/memcheck/docs/ |
mc-manual.xml | 303 <function>realloc</function>, [all...] |
/external/bluetooth/bluez/tools/ |
lexer.c | 198 * and can realloc() it to grow it, and should free() it to [all...] |
/external/elfutils/libcpu/ |
i386_lex.c | 238 * and can realloc() it to grow it, and should free() it to [all...] |
/external/jhead/ |
jpgfile.c | 118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated); 628 ExifSection->Data = (uchar *)realloc(ExifSection->Data, NewExifSize); 708 ExifSection->Data = (uchar *)realloc(ExifSection->Data, NewExifSize);
|
/external/webkit/Source/JavaScriptCore/wtf/ |
FastMalloc.cpp | 341 void* result = realloc(header, n + sizeof(AllocAlignmentInteger)); 353 return realloc(p, n); 367 void* result = realloc(p, n); 498 #define realloc fastRealloc [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib32/ |
libintl.a | 356 \ ?? - > |