Home
last modified time | relevance | path

Searched refs:_quota (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/moe/server/src/
A Dquota.cc23 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()
A Dquota.h118 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