I'm having trouble finding explanations for the different cases of Data.Deallocator enumeration. It's used with the [init(bytesNoCopy:count:deallocator:) initializer to Data class] (https://developer.apple.com/documentation/foundation/data/1780455-init) Here's the different cases: Data.Deallocator.
The cases are:
custom free none unmap virtualMemory
Anyone know a website that explains those cases briefly and simply? Or do you know what they mean off the top of your head?