Searched refs:TempAllocator (Results 1 – 2 of 2) sorted by relevance
31 class TempAllocator { class33 TempAllocator() : fMemory(NULL) {} in TempAllocator() function in TempAllocator34 ~TempAllocator() { free(fMemory); } in ~TempAllocator()86 TempAllocator scanLineAllocator; in convert_data_to_bits()87 TempAllocator paletteAllocator; in convert_data_to_bits()
32 class TempAllocator { class34 TempAllocator() : fMemory(NULL) {} in TempAllocator() function in TempAllocator35 ~TempAllocator() { free(fMemory); } in ~TempAllocator()285 TempAllocator xorAllocator, andAllocator, rowAllocator; in convert_data_to_bits()393 TempAllocator xorAllocator, andAllocator; in convert_bits_to_data()693 TempAllocator dataAllocator; in convert_bits_to_ico()