Lines Matching refs:resultAddr
114 void* resultAddr = NULL; in Allocate() local
146 if ( (resultAddr = m_HeapOnFcram.Allocate(size, addrAlign)) == NULL) in Allocate()
159 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramA); in Allocate()
171 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()
185 resultAddr, in Allocate()
186 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
191 resultAddr, id in Allocate()
192 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
197 resultAddr, id in Allocate()
198 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
203 resultAddr, id in Allocate()
204 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
209 resultAddr, id in Allocate()
210 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
215 resultAddr, id in Allocate()
216 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
225 resultAddr, size); in Allocate()
268 return resultAddr; in Allocate()