memutils
memutils copied to clipboard
Overhead allocators, allocator-aware containers and lifetime management for D objects
Compilation error with LDC 1.27.0-beta3: memutils-1.0.4\memutils\source\memutils\allocators.d(18,8): Error: module `std.exception` import `enforceEx` not found, did you mean template `std.exception.enforce(E : Throwable = Exception) if (is(typeof(new E("", string.init, size_t.init)) : Throwable) ||...
The release package of memutils 0.4.8 is missing the version number in dub.json. `dub.json` should contain: `"version": "0.4.8",`.
Do you have any plans to update this project with the new standard Allocator API? I think there are many efforts to have @nogc containers in D - maybe with...
in securepool.d@224: `logError("Could not mlock " ~ to!string(pool_size) ~ " bytes");` mlock actually returns -1, which is weird since it is not a valid return value [http://linux.die.net/man/2/mlock](http://linux.die.net/man/2/mlock). I'm running dmd...