Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_alloc.cpp170 size_t totalloc; /* Total space currently allocated */ member
523 thr->totalloc += (size_t)size; in bget()
541 thr->totalloc += (size_t)b->bh.bb.bsize; in bget()
600 thr->totalloc += (size_t)size; in bget()
717 thr->totalloc -= (size_t)bdh->tsize; in brel()
757 thr->totalloc += (size_t)b->bh.bb.bsize; in brel()
950 gtid, (kmp_uint64)thr->totalloc, (kmp_int64)thr->numget, in bfreed()