std.allocator.allocate(0) -> return null or std.allocator.allocate(1)?

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sat May 16 02:20:22 PDT 2015


On 2015-05-15 22:34, Timon Gehr wrote:

> - Where do you allocate the exception object?

Per-allocated? The same way as out of memory is handled in the runtime.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list