Home
last modified time | relevance | path

Searched refs:Realloc (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dallocators.h71 void* Realloc(void* originalPtr, size_t originalSize, size_t newSize) { in Realloc() function
191 void* Realloc(void* originalPtr, size_t originalSize, size_t newSize) { in Realloc() function
H A Ddocument.h1199 …SetMembersPointer(reinterpret_cast<Member*>(allocator.Realloc(GetMembersPointer(), oldCapacity * s…
1525 …SetElementsPointer(reinterpret_cast<GenericValue*>(allocator.Realloc(GetElementsPointer(), data_.a…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dstack.h201 stack_ = static_cast<char*>(allocator_->Realloc(stack_, GetCapacity(), newCapacity)); in Resize()
/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.src2460 Realloc algorithm: