Searched refs:howMany (Results 1 – 1 of 1) sorted by relevance
1132 const __allocPtr = function(howMany, safePtrSize, method){ argument1135 let m = target[method](howMany * (safePtrSize ? 8 : ptrSizeof));1137 if(1===howMany){1141 for(let i = 1; i < howMany; ++i){1183 (howMany=1, safePtrSize=true)=>__allocPtr(howMany, safePtrSize, 'alloc'); argument1190 (howMany=1, safePtrSize=true)=>__allocPtr(howMany, safePtrSize, 'scopedAlloc'); argument