/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
D | arena.h | 71 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()
|
D | memory_pool.h | 33 virtual Status Reallocate(void **, size_t old_sz, size_t new_sz) = 0;
|
D | system_pool.h | 48 Status Reallocate(void **p, size_t old_sz, size_t new_sz) override { in Reallocate() function
|
D | circular_pool.cc | 150 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()
|
D | circular_pool.h | 72 Status Reallocate(void **, size_t old_size, size_t new_size) override;
|
D | arena.cc | 170 Status ArenaImpl::Reallocate(void **pp, size_t old_sz, size_t new_sz) { in Reallocate() function in mindspore::dataset::ArenaImpl
|
D | README.md | 455 virtual Status Reallocate(void **, size_t old_sz, size_t new_sz) = 0;
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_numa.h | 42 …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/ |
D | circular_pool_test.cc | 61 RETURN_IF_NOT_OK(tp->mp_->Reallocate(&p, old_sz, new_sz)); in TestMem()
|
/third_party/node/src/ |
D | allocated_buffer-inl.h | 64 backing_store_ = v8::BackingStore::Reallocate( in Resize()
|
D | node_internals.h | 105 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;
|
D | node_buffer.cc | 325 store = BackingStore::Reallocate(isolate, std::move(store), actual); in New()
|
/third_party/node/src/api/ |
D | environment.cc | 97 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/ |
D | README.md | 224 | field | on_h_field | Previous name continues. Reallocate name | 230 | value | on_h_value | Value continues. Reallocate value buffer |
|
/third_party/mesa3d/docs/gallium/ |
D | buffermapping.rst | 48 2) Reallocate the buffer storage on ``glBufferData`` so that your first
|
/third_party/python/Doc/library/ |
D | curses.rst | 1212 Reallocate storage for a curses window to adjust its dimensions to the
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.22 | 1665 Reallocate only if number of used entries is much smaller.
|
D | ChangeLog.24 | 520 Reallocate array instead of using temporary storage.
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 8923 Reallocate
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 8923 Reallocate
|
/third_party/freetype/ |
D | ChangeLog.22 | 1665 Reallocate only if number of used entries is much smaller.
|
D | ChangeLog.24 | 520 Reallocate array instead of using temporary storage.
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.22 | 1665 Reallocate only if number of used entries is much smaller.
|
D | ChangeLog.24 | 520 Reallocate array instead of using temporary storage.
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 2393 - frontends/va: Reallocate p010 buffer for AV1 10 bits decode
|