Searched defs:reallocate (Results 1 - 11 of 11) sorted by relevance
| /third_party/glfw/tests/ |
| H A D | allocator.c | 83 static void* reallocate(void* block, size_t size, void* user) in reallocate() function
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | sortkey.cpp | 101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() function in CollationKey
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | sortkey.cpp | 101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() function in CollationKey
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | sortkey.cpp | 101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() function in CollationKey
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | APInt.cpp | 124 void APInt::reallocate(unsigned NewBitWidth) { in reallocate() function in APInt
|
| /third_party/vulkan-loader/tests/ |
| H A D | loader_alloc_callback_tests.cpp | 75 void* reallocate(void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in reallocate() function in MemoryTracker
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkAllocationCallbackUtil.cpp | 207 void* ChainedAllocator::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in reallocate() function in vk::ChainedAllocator 248 void* AllocationCallbackRecorder::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in reallocate() function in vk::AllocationCallbackRecorder 306 void* DeterministicFailAllocator::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in reallocate() function in vk::DeterministicFailAllocator
|
| /third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
| H A D | session.c | 869 bool reallocate; in SPDYF_session_read() local
|
| /third_party/mesa3d/src/loader/ |
| H A D | loader_dri3_helper.h | 70 bool reallocate; /* Buffer should be reallocated and not reused */ member
|
| /third_party/cJSON/ |
| H A D | cJSON.c | 172 void *(CJSON_CDECL *reallocate)(void *pointer, size_t size); member [all...] |
| /third_party/glfw/include/GLFW/ |
| H A D | glfw3.h | 2147 GLFWreallocatefun reallocate; member
|
Completed in 19 milliseconds