Home
last modified time | relevance | path

Searched defs:reallocate (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dsortkey.cpp101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() function in CollationKey
/third_party/node/deps/icu-small/source/i18n/
Dsortkey.cpp101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() function in CollationKey
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dsortkey.cpp101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() function in CollationKey
/third_party/flatbuffers/swift/Sources/FlatBuffers/
DByteBuffer.swift72 internal func reallocate(_ size: Int, writerSize: Int, alignment: Int) { in reallocate() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dsortkey.cpp101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() function in CollationKey
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp207 void* ChainedAllocator::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocati… in reallocate() function in vk::ChainedAllocator
248 void* AllocationCallbackRecorder::reallocate (void* original, size_t size, size_t alignment, VkSyst… in reallocate() function in vk::AllocationCallbackRecorder
306 void* DeterministicFailAllocator::reallocate (void* original, size_t size, size_t alignment, VkSyst… in reallocate() function in vk::DeterministicFailAllocator
/third_party/iowow/src/fs/
Diwfsmfile.h238 iwrc (*reallocate)( member
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Dsession.c869 bool reallocate; in SPDYF_session_read() local
/third_party/mesa3d/src/loader/
Dloader_dri3_helper.h70 bool reallocate; /* Buffer should be reallocated and not reused */ member
/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp93 …void* reallocate(void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope alloc_sco… in reallocate() function in MemoryTracker
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp124 void APInt::reallocate(unsigned NewBitWidth) { in reallocate() function in APInt