! checks padding to 16 byte check, fails hard */
| 357 | |
| 358 | /*! checks padding to 16 byte check, fails hard */ |
| 359 | __forceinline void checkPadding16() const |
| 360 | { |
| 361 | if (ptr_ofs && num) |
| 362 | volatile int MAYBE_UNUSED w = *((int*)getPtr(size()-1)+3); // FIXME: is failing hard avoidable? |
| 363 | } |
| 364 | |
| 365 | public: |
| 366 | char* ptr_ofs; //!< base pointer plus offset |