OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:base_resident
(Results
1 - 5
of
5
) sorted by null
/external/jemalloc/src/
base.c
11
static size_t
base_resident
;
variable
66
base_resident
+= PAGE_CEILING(nsize);
118
* Add one PAGE to
base_resident
for every page boundary that is
121
base_resident
+= PAGE_CEILING((uintptr_t)ret + csize) -
135
assert(base_allocated <=
base_resident
);
136
assert(
base_resident
<= base_mapped);
138
*resident =
base_resident
;
ctl.c
727
size_t base_allocated,
base_resident
, base_mapped;
local
728
base_stats_get(&base_allocated, &
base_resident
, &base_mapped);
739
ctl_stats.resident =
base_resident
+
[
all
...]
/prebuilts/sdk/renderscript/lib/arm/
libc.so
/prebuilts/sdk/renderscript/lib/mips/
libc.so
/prebuilts/sdk/renderscript/lib/x86/
libc.so
Completed in 1136 milliseconds