digitalmars.D.learn - calloc for std.experimental.allocator
- =?UTF-8?B?Tm9yZGzDtnc=?= (4/4) Jan 11 2018 Is there no equivalent of `calloc()` for
- MrSmith (2/6) Jan 11 2018 http://dpldocs.info/experimental-docs/std.experimental.allocator.makeArr...
- =?UTF-8?B?Tm9yZGzDtnc=?= (2/3) Jan 12 2018 Thanks!
Is there no equivalent of `calloc()` for `std.experimental.allocator`, something like Allocator.zeroAllocate(size_t numberOfElements) ?
Jan 11 2018
On Thursday, 11 January 2018 at 21:09:01 UTC, Nordlöw wrote:Is there no equivalent of `calloc()` for `std.experimental.allocator`, something like Allocator.zeroAllocate(size_t numberOfElements) ?http://dpldocs.info/experimental-docs/std.experimental.allocator.makeArray.4.html
Jan 11 2018
On Thursday, 11 January 2018 at 21:57:28 UTC, MrSmith wrote:http://dpldocs.info/experimental-docs/std.experimental.allocator.makeArray.4.htmlThanks!
Jan 12 2018