allocateNewPage function

int allocateNewPage([
  1. int targetContextId = -1
])

Implementation

int allocateNewPage([int targetContextId = -1]) {
  return _allocateNewPage(targetContextId);
}