Advertisement
kolton

Untitled

Dec 9th, 2011
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. static int callBackCount = 0;
  2. callBackCount ++;
  3. if (callBackCount % 3000 == 0){
  4. JS_MaybeGC(cx);
  5. callBackCount = 0;
  6. }
  7.  
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement