Searched refs:DEMOAlloc (Results 1 – 2 of 2) sorted by relevance
123 static inline void* DEMOAlloc( u32 size ) in DEMOAlloc() function225 buf = DEMOAlloc( OSRoundUp32B( fileInfo.length ) ); in LoadTexData()254 uncompData = DEMOAlloc( uncompSize ); in LoadTexDataRL()288 uncompData = DEMOAlloc( uncompSize ); in LoadTexDataLZ()322 uncompData = DEMOAlloc( uncompSize ); in LoadTexDataHuff()
117 static inline void* DEMOAlloc( u32 size ) in DEMOAlloc() function220 buf = DEMOAlloc( OSRoundUp32B( fileInfo.length ) ); in LoadTexData()258 uncompBuf = DEMOAlloc( uncompSize ); in LoadTexDataRL()325 uncompBuf = DEMOAlloc( uncompSize ); in LoadTexDataLZ()392 uncompBuf = DEMOAlloc( uncompSize ); in LoadTexDataHuff()