MCPcopy Create free account
hub / github.com/NativeScript/android / swap

Method swap

test-app/runtime/src/main/cpp/robin_hood.h:451–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449 }
450
451 void swap(BulkPoolAllocator<T, MinNumAllocs, MaxNumAllocs>& other) noexcept {
452 using std::swap;
453 swap(mHead, other.mHead);
454 swap(mListForFree, other.mListForFree);
455 }
456
457private:
458 // iterates the list of allocated memory to calculate how many to alloc next.

Callers

nothing calls this directly

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected