Searched refs:Realloc (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/include/fxcrt/ |
D | fx_memory.h | 97 void* Realloc(void* p, size_t new_size) { return NULL; } in Realloc() function
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 347 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()
|
D | wasm-compiler.h | 180 Node** Realloc(Node** buffer, size_t count) { in Realloc() function
|
/external/llvm/unittests/ADT/ |
D | SmallStringTest.cpp | 162 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 327 TEST(MemorySanitizer, Realloc) { in TEST() argument
|
/external/libxml2/ |
D | NEWS | 686 574017 Realloc too expensive on most platform (Daniel Veillard),
|