Searched refs:arena (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/threads/
H A Dth-lock.c252 static usptr_t *arena; variable
267 arena=usinit(filename);
273 lock_cs[i]=usnewsema(arena,1);
291 usfreesema(lock_cs[i],arena);
H A Dmttest.c932 static usptr_t *arena; variable
947 arena=usinit(filename);
953 lock_cs[i]=usnewsema(arena,1);
971 usfreesema(lock_cs[i],arena);
/barrelfish-2018-10-04/include/dmalloc/
H A Ddmalloc.h24 MALLINFO_FIELD_TYPE arena; /* non-mmapped space allocated from system */ member in struct:mallinfo
/barrelfish-2018-10-04/lib/libc/stdlib/jemalloc/
H A DMakefile.inc5 JEMALLOCSRCS:= jemalloc.c arena.c atomic.c base.c bitmap.c chunk.c \
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c793 MALLINFO_FIELD_TYPE arena; /* non-mmapped space allocated from system */ member in struct:mallinfo
1083 arena: current total non-mmapped bytes allocated from system
2210 and still in-use chunk, or the base of its memory arena. This is
3572 nm.arena = sum;

Completed in 71 milliseconds