|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Go to the source code of this file.
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
Functions | |
| void * | DotNetDupe::System::AllocateCollectionBuffer (size_t size) |
| Internal memory allocator for generic collections. | |
| void | DotNetDupe::System::FreeCollectionBuffer (void *p) |
| Frees collection buffer allocated with AllocateCollectionBuffer. | |