Home
last modified time | relevance | path

Searched refs:Realloc (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_memory.h97 void* Realloc(void* p, size_t new_size) { return NULL; } in Realloc() function
/external/v8/src/compiler/
Dwasm-compiler.cc347 Node** buf = Realloc(vals, count); in Phi()
348 buf = Realloc(buf, count + 1); in Phi()
358 Node** buf = Realloc(effects, count); in EffectPhi()
359 buf = Realloc(buf, count + 1); in EffectPhi()
960 Node** buf = Realloc(vals, count); in Return()
961 buf = Realloc(buf, count + 2); in Return()
1370 args = Realloc(args, count); in BuildWasmCall()
Dwasm-compiler.h180 Node** Realloc(Node** buffer, size_t count) { in Realloc() function
/external/llvm/unittests/ADT/
DSmallStringTest.cpp162 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc327 TEST(MemorySanitizer, Realloc) { in TEST() argument
/external/libxml2/
DNEWS686 574017 Realloc too expensive on most platform (Daniel Veillard),