Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/platform/
H A Dwrappers.h29 inline void* Realloc(void* memory, size_t size) { in Realloc() function
49 inline void* Realloc(void* memory, size_t size) {
/third_party/node/src/
H A Dutil-inl.h374 inline T* Realloc(T* pointer, size_t n) { in Realloc() function
520 buf_ = Realloc(allocated_ptr, storage); in AllocateSufficientStorage()
H A Dutil.h85 inline T* Realloc(T* pointer, size_t n);
601 void Realloc(size_t new_size) { in Realloc() function
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxcapi.h127 virtual void *Realloc(void *ptr, size_t size);
/third_party/node/deps/v8/src/diagnostics/
H A Dgdb-jit.cc109 buffer_ = reinterpret_cast<byte*>(base::Realloc(buffer_, capacity_)); in Ensure()
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc384 new_buffer = base::Realloc(buffer_, requested_capacity); in ExpandBuffer()
/third_party/node/deps/v8/src/api/
H A Dapi.cc423 void* new_data = base::Realloc(data, new_length);
3340 return base::Realloc(old_buffer, size); in ReallocateBufferMemory()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc5000 void* result = base::Realloc(old_buffer, size);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 71 milliseconds