Searched refs:Realloc (Results 1 - 7 of 7) sorted by relevance

/external/llvm/unittests/ADT/
H A DSmallStringTest.cpp162 TEST_F(SmallStringTest, Realloc) {
/external/v8/src/compiler/
H A Dwasm-compiler.h347 Node** Realloc(Node** buffer, size_t old_count, size_t new_count) { function in class:v8::internal::compiler::WasmGraphBuilder
H A Dwasm-compiler.cc382 Node** buf = Realloc(vals, count, count + 1);
391 Node** buf = Realloc(effects, count, count + 1);
1045 Node** buf = Realloc(vals, count, count + 3);
2095 args = Realloc(args, 1 + params, count);
2118 args = Realloc(args, 1 + params, count);
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h5145 * be called before any calls to Malloc()/Realloc()/AddCleanup() below.
5192 void* Realloc(void* ptr, size_t oldsize, size_t size);
5203 * Realloc() does to this counter. */
5336 inline void *Environment::Realloc(void *ptr, size_t oldsize, size_t size) { function in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::Environment
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc330 TEST(MemorySanitizer, Realloc) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1139 milliseconds