Searched defs:safePtrSize (Results 1 – 2 of 2) sorted by relevance
1132 const __allocPtr = function(howMany, safePtrSize, method){ argument1183 (howMany=1, safePtrSize=true)=>__allocPtr(howMany, safePtrSize, 'alloc'); argument1190 (howMany=1, safePtrSize=true)=>__allocPtr(howMany, safePtrSize, 'scopedAlloc'); argument
1122 allocPtr: (n=1,safePtrSize=true)=>{ argument