Searched defs:Allocates (Results 1 – 1 of 1) sorted by relevance
69 struct Allocates { struct71 Allocates() : x(new int(0)) {} in Allocates() argument72 Allocates(const Allocates &other) : x(new int(*other.x)) {} in Allocates() function