Searched refs:_quota (Results 1 – 2 of 2) sorted by relevance
23 if (_quota.alloc(L4_PAGESIZE)) in get_mem()27 _quota.free(L4_PAGESIZE); in get_mem()37 _quota.free(L4_PAGESIZE); in free_mem()44 newq->quota()->free(_quota.limit()); in reparent()
118 Q_alloc(size_t limit) : _quota(limit) {} in Q_alloc()120 Quota *quota() { return &_quota; } in quota()140 Quota _quota; variable
Completed in 2 milliseconds