Searched +defs:make +defs:extent (Results 1 – 2 of 2) sorted by relevance
662 auto make(T, Allocator, A...)(auto ref Allocator alloc, auto ref A args) in make() function907 size_t extent = min(offset, array.length - offset); in fillWithMemcpy() local
1155 auto make(T, Allocator, A...)(auto ref Allocator alloc, auto ref A args) in make() function1454 size_t extent = min(offset, array.length - offset); variable