Home
last modified time | relevance | path

Searched refs:TempAllocator (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp31 class TempAllocator { class
33 TempAllocator() : fMemory(NULL) {} in TempAllocator() function in TempAllocator
34 ~TempAllocator() { free(fMemory); } in ~TempAllocator()
86 TempAllocator scanLineAllocator; in convert_data_to_bits()
87 TempAllocator paletteAllocator; in convert_data_to_bits()
/haiku/src/add-ons/translators/ico/
H A DICO.cpp32 class TempAllocator { class
34 TempAllocator() : fMemory(NULL) {} in TempAllocator() function in TempAllocator
35 ~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()