Searched refs:ClientAlloc (Results 1 – 8 of 8) sorted by relevance
89 VOID* Object::ClientAlloc( in ClientAlloc() function in Addr::Object122 return ClientAlloc(objSize, &m_client);; in Alloc()
82 static VOID* ClientAlloc(size_t size, const Client* pClient);
113 VOID* pObj = Object::ClientAlloc(sizeof(ElemLib), pAddrLib->GetClient()); in Create()
56 VOID* pMem = Object::ClientAlloc(sizeof(CiLib), pClient); in CreateObj()
104 VOID* pMem = Object::ClientAlloc(sizeof(SiLib), pClient); in CreateObj()
194 VOID* pMem = Object::ClientAlloc(sizeof(Gfx11Lib), pClient); in CreateObj()
211 VOID* pMem = Object::ClientAlloc(sizeof(Gfx10Lib), pClient); in CreateObj()
262 VOID* pMem = Object::ClientAlloc(sizeof(Gfx9Lib), pClient); in CreateObj()