Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dsortkey.cpp101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() function in CollationKey
/external/eigen/Eigen/src/SparseCore/
DCompressedStorage.h228 inline void reallocate(Index size) in reallocate() function
DAmbiVector.h69 void reallocate(Index size) in reallocate() function
/external/deqp/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
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineStorage.h203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() function
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp465 void *reallocate(void *OldPtr, uptr NewSize) { in reallocate() function
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops.py3642 def reallocate(): function
/external/iperf3/src/
Dcjson.c112 void *(*reallocate)(void *pointer, size_t size); member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp123 void APInt::reallocate(unsigned NewBitWidth) { in reallocate() function in APInt