Searched defs:AlignedPtr (Results 1 – 4 of 4) sorted by relevance
223 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local245 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local256 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
220 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local242 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local253 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
230 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local252 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local263 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
306 using AlignedPtr = std::unique_ptr<Pixel[], decltype(&AlignedFree)>; in TestSpeed() typedef