Home
last modified time | relevance | path

Searched refs:reallocate (Results 1 – 25 of 51) sorted by relevance

123

/external/icu/icu4c/source/i18n/
Dsortkey.cpp65 (count > getCapacity() && reallocate(count, 0) == NULL)) { in CollationKey()
86 if (length > getCapacity() && reallocate(length, 0) == NULL) { in CollationKey()
101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() function in CollationKey
159 if (length > getCapacity() && reallocate(length, 0) == NULL) { in operator =()
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp47 …virtual void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocation…
123 …void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope …
140 …void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope a…
176 …void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope a…
DvkAllocationCallbackUtil.cpp87 …return reinterpret_cast<AllocationCallbacks*>(pUserData)->reallocate(pOriginal, size, alignment, a… in reallocationCallback()
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
250 void* const ptr = ChainedAllocator::reallocate(original, size, alignment, allocationScope); in reallocate()
306 void* DeterministicFailAllocator::reallocate (void* original, size_t size, size_t alignment, VkSyst… in reallocate() function in vk::DeterministicFailAllocator
310 return ChainedAllocator::reallocate(original, size, alignment, allocationScope); in reallocate()
/external/scudo/standalone/
Dvector.h44 reallocate(NewCapacity); in push_back()
63 reallocate(NewSize); in reserve()
82 void reallocate(uptr NewCapacity) { in reallocate() function
Dwrappers_c.inc135 SCUDO_ALLOCATOR.reallocate(ptr, size, SCUDO_MALLOC_ALIGNMENT));
Dcombined.h448 void *reallocate(void *OldPtr, uptr NewSize, uptr Alignment = MinAlignment) {
/external/eigen/Eigen/src/SparseCore/
DCompressedStorage.h80 reallocate(newAllocatedSize); in reserve()
86 reallocate(m_size); in squeeze()
96 reallocate(realloc_size);
228 inline void reallocate(Index size) in reallocate() function
DAmbiVector.h57 reallocate(size); in resize()
69 void reallocate(Index size) in reallocate() function
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineStorage.h90 reallocate(size, upperProfileSize, lowerProfileSize, upperSize, lowerSize); in reserve()
95reallocate(m_diagSize, m_upperProfileSize, m_lowerProfileSize, m_upperSize, m_lowerSize); in squeeze()
100reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp…
203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() function
/external/scudo/standalone/tests/
Dcombined_test.cpp150 void *NewP = Allocator->reallocate(P, Size); in testAllocator()
167 void *NewP = Allocator->reallocate(P, NewSize); in testAllocator()
388 EXPECT_DEATH(Allocator->reallocate(MisalignedP, Size * 2U), ""); in TEST()
402 EXPECT_DEATH(Allocator->reallocate(P, Size * 2U), ""); in TEST()
/external/XNNPACK/src/xnnpack/
Dallocator.h37 return xnn_params.allocator.reallocate(xnn_params.allocator.context, memory_pointer, memory_size); in xnn_reallocate_memory()
/external/icu/icu4c/source/i18n/unicode/
Dsortkey.h254 uint8_t *reallocate(int32_t newCapacity, int32_t length);
/external/iperf3/src/
Dcjson.c112 void *(*reallocate)(void *pointer, size_t size); member
144 global_hooks.reallocate = realloc; in cJSON_InitHooks()
161 global_hooks.reallocate = NULL; in cJSON_InitHooks()
164 global_hooks.reallocate = realloc; in cJSON_InitHooks()
387 if (p->hooks.reallocate != NULL) in ensure()
390 newbuffer = (unsigned char*)p->hooks.reallocate(p->buffer, newsize); in ensure()
1053 if (hooks->reallocate != NULL) in print()
1055 printed = (unsigned char*) hooks->reallocate(buffer->buffer, buffer->length); in print()
/external/mesa3d/src/loader/
Dloader_dri3_helper.h64 bool reallocate; /* Buffer should be reallocated and not reused */ member
Dloader_dri3_helper.c517 draw->buffers[b]->reallocate = true; in dri3_handle_present_event()
529 draw->buffers[b]->reallocate = true; in dri3_handle_present_event()
1897 buffer->reallocate) { in dri3_get_buffer()
/external/pdfium/third_party/lcms/
D0000-cmserr-changes.patch95 +// Generic reallocate
262 -// Generic reallocate
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp465 void *reallocate(void *OldPtr, uptr NewSize) { in reallocate() function
557 return Instance.reallocate(Ptr, Size); in scudoRealloc()
/external/mesa3d/docs/relnotes/
D18.1.5.rst89 - vc4: Don't automatically reallocate a PERSISTENT-mapped buffer.
/external/deqp/doc/testspecs/GLES2/
Dfunctional.lifetime.txt57 implementation may reclaim and later reallocate memory that is still
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp123 void APInt::reallocate(unsigned NewBitWidth) { in reallocate() function in APInt
148 reallocate(RHS.getBitWidth()); in AssignSlowCase()
1764 Quotient.reallocate(BitWidth); in udivrem()
1765 Remainder.reallocate(BitWidth); in udivrem()
1830 Quotient.reallocate(BitWidth); in udivrem()
/external/deqp/doc/testspecs/GLES3/
Dfunctional.lifetime.txt63 implementation may reclaim and later reallocate memory that is still
/external/angle/extensions/
DANGLE_texture_usage.txt106 have to reallocate the texture data as the texture is used in
/external/XNNPACK/include/
Dxnnpack.h82 void* (*reallocate)(void* context, void* pointer, size_t size); member
/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h760 if (len > static_cast<size_t>(cur_ - scratch_)) { reallocate(len); }
866 void reallocate(size_t len) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h169 void reallocate(unsigned NewBitWidth);

123