Searched refs:_nbuff (Results 1 – 1 of 1) sorted by relevance
143 #define ENFORCE_NEW_ALIGN_1D(_tp, _nm, _nbuff, _sz, _al) \ argument144 _tp *_nbuff = new _tp[(_sz)+(_al)-1]; \145 _tp *_nm = _nbuff + ((_al)-1) - (((uintptr_t)(_nbuff + ((_al)-1)) & ((_al)-1))/sizeof(_tp));