Searched refs:allocator (Results 1 – 3 of 3) sorted by relevance
272 Allocator allocator; in CreateNewImage() local278 new_image = writer.CreateImage(&allocator, &new_image_size); in CreateNewImage()287 allocator.Free(new_image); in CreateNewImage()
244 dex::u1* Writer::CreateImage(Allocator* allocator, size_t* new_image_size) { in CreateImage() argument297 dex::u1* image = static_cast<dex::u1*>(allocator->Allocate(image_size)); in CreateImage()
186 dex::u1* CreateImage(Allocator* allocator, size_t* new_image_size);