Searched refs:Realloc (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/base/platform/ |
H A D | wrappers.h | 29 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 D | util-inl.h | 374 inline T* Realloc(T* pointer, size_t n) { in Realloc() function 520 buf_ = Realloc(allocated_ptr, storage); in AllocateSufficientStorage()
|
H A D | util.h | 85 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 D | dxcapi.h | 127 virtual void *Realloc(void *ptr, size_t size);
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | gdb-jit.cc | 109 buffer_ = reinterpret_cast<byte*>(base::Realloc(buffer_, capacity_)); in Ensure()
|
/third_party/node/deps/v8/src/objects/ |
H A D | value-serializer.cc | 384 new_buffer = base::Realloc(buffer_, requested_capacity); in ExpandBuffer()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 423 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 D | d8.cc | 5000 void* result = base::Realloc(old_buffer, size);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 71 milliseconds