Searched defs:reallocate (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | sortkey.cpp | 101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() function in CollationKey
|
/external/eigen/Eigen/src/SparseCore/ |
D | CompressedStorage.h | 228 inline void reallocate(Index size) in reallocate() function
|
D | AmbiVector.h | 69 void reallocate(Index size) in reallocate() function
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.cpp | 207 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/ |
D | SkylineStorage.h | 203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() function
|
/external/compiler-rt/lib/scudo/ |
D | scudo_allocator.cpp | 465 void *reallocate(void *OldPtr, uptr NewSize) { in reallocate() function
|
/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
D | metric_ops.py | 3642 def reallocate(): function
|
/external/iperf3/src/ |
D | cjson.c | 112 void *(*reallocate)(void *pointer, size_t size); member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 123 void APInt::reallocate(unsigned NewBitWidth) { in reallocate() function in APInt
|