Searched defs:GrAutoMalloc (Results 1 – 1 of 1) sorted by relevance
25 GrAutoMalloc() : fPtr(NULL), fAllocatedBytes(0){ in GrAutoMalloc() function28 GrAutoMalloc(size_t bytes) : fPtr(GrMalloc(bytes)), fAllocatedBytes(bytes) {} in GrAutoMalloc() function