Home
last modified time | relevance | path

Searched refs:Reallocate (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Darena.h71 Status Reallocate(void **, size_t old_sz, size_t new_sz);
131 Status Reallocate(void **pVoid, size_t old_sz, size_t new_sz) override { in Reallocate() function
133 return impl_->Reallocate(pVoid, old_sz, new_sz); in Reallocate()
Dmemory_pool.h33 virtual Status Reallocate(void **, size_t old_sz, size_t new_sz) = 0;
Dsystem_pool.h48 Status Reallocate(void **p, size_t old_sz, size_t new_sz) override { in Reallocate() function
Dcircular_pool.cc150 Status CircularPool::Reallocate(void **pp, size_t old_sz, size_t new_sz) { in Reallocate() function in mindspore::dataset::CircularPool
166 Status rc = ba->Reallocate(pp, old_sz, new_sz); in Reallocate()
Dcircular_pool.h72 Status Reallocate(void **, size_t old_size, size_t new_size) override;
Darena.cc170 Status ArenaImpl::Reallocate(void **pp, size_t old_sz, size_t new_sz) { in Reallocate() function in mindspore::dataset::ArenaImpl
DREADME.md455 virtual Status Reallocate(void **, size_t old_sz, size_t new_sz) = 0;
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_numa.h42 …Status Reallocate(void **pVoid, size_t old_sz, size_t new_sz) override { RETURN_STATUS_UNEXPECTED(… in Reallocate() function
/third_party/mindspore/tests/ut/cpp/dataset/
Dcircular_pool_test.cc61 RETURN_IF_NOT_OK(tp->mp_->Reallocate(&p, old_sz, new_sz)); in TestMem()
/third_party/node/src/
Dallocated_buffer-inl.h64 backing_store_ = v8::BackingStore::Reallocate( in Resize()
Dnode_internals.h105 void* Reallocate(void* data, size_t old_size, size_t size) override;
129 void* Reallocate(void* data, size_t old_size, size_t size) override;
Dnode_buffer.cc325 store = BackingStore::Reallocate(isolate, std::move(store), actual); in New()
/third_party/node/src/api/
Denvironment.cc97 void* NodeArrayBufferAllocator::Reallocate( in Reallocate() function in node::NodeArrayBufferAllocator
134 void* DebuggingArrayBufferAllocator::Reallocate(void* data, in Reallocate() function in node::DebuggingArrayBufferAllocator
138 void* ret = NodeArrayBufferAllocator::Reallocate(data, old_size, size); in Reallocate()
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
DREADME.md224 | field | on_h_field | Previous name continues. Reallocate name |
230 | value | on_h_value | Value continues. Reallocate value buffer |
/third_party/mesa3d/docs/gallium/
Dbuffermapping.rst48 2) Reallocate the buffer storage on ``glBufferData`` so that your first
/third_party/python/Doc/library/
Dcurses.rst1212 Reallocate storage for a curses window to adjust its dimensions to the
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.221665 Reallocate only if number of used entries is much smaller.
DChangeLog.24520 Reallocate array instead of using temporary storage.
/third_party/harfbuzz/perf/texts/
Den-words.txt8923 Reallocate
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt8923 Reallocate
/third_party/freetype/
DChangeLog.221665 Reallocate only if number of used entries is much smaller.
DChangeLog.24520 Reallocate array instead of using temporary storage.
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.221665 Reallocate only if number of used entries is much smaller.
DChangeLog.24520 Reallocate array instead of using temporary storage.
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2393 - frontends/va: Reallocate p010 buffer for AV1 10 bits decode

12