OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:free_bytes
(Results
1 - 10
of
10
) sorted by null
/device/google/contexthub/contexthubhal/
system_comms.cpp
241
.
free_bytes
= mi.sharedSz - mi.sharedUse,
249
.
free_bytes
= mi.osSz - mi.osUse,
257
.
free_bytes
= mi.eeSz - mi.eeUse,
265
.
free_bytes
= mi.ramSz - mi.ramUse,
/external/webrtc/webrtc/base/
win32filesystem.h
94
virtual bool GetDiskFreeSpace(const Pathname& path, int64_t*
free_bytes
);
win32filesystem.cc
383
int64_t*
free_bytes
) {
384
if (!
free_bytes
) {
415
(PULARGE_INTEGER)
free_bytes
,
/prebuilts/go/darwin-x86/src/runtime/
mprof.go
69
free_bytes
uintptr
211
mp.
free_bytes
+= mp.prev_free_bytes
392
if inuseZero || mp.alloc_bytes != mp.
free_bytes
{
409
if inuseZero || mp.alloc_bytes != mp.
free_bytes
{
419
if inuseZero || mp.alloc_bytes != mp.
free_bytes
{
433
r.FreeBytes = int64(mp.
free_bytes
)
/prebuilts/go/linux-x86/src/runtime/
mprof.go
69
free_bytes
uintptr
211
mp.
free_bytes
+= mp.prev_free_bytes
392
if inuseZero || mp.alloc_bytes != mp.
free_bytes
{
409
if inuseZero || mp.alloc_bytes != mp.
free_bytes
{
419
if inuseZero || mp.alloc_bytes != mp.
free_bytes
{
433
r.FreeBytes = int64(mp.
free_bytes
)
/system/update_engine/
p2p_manager.cc
527
size_t
free_bytes
=
local
529
if (
free_bytes
< 2 * expected_size) {
533
<< " only has " <<
free_bytes
/hardware/libhardware/include/hardware/
context_hub.h
117
uint32_t
free_bytes
;
member in struct:mem_range_t
/art/runtime/gc/allocator/
rosalloc.cc
1515
size_t
free_bytes
= 0U;
local
1594
size_t
free_bytes
= 0U;
local
[
all
...]
/external/v8/src/heap/
spaces.cc
2268
intptr_t
free_bytes
= 0;
local
[
all
...]
mark-compact.cc
790
int
free_bytes
= area_size - live_bytes;
local
792
((
free_bytes
>= free_bytes_threshold) &&
803
AllocationSpaceName(space->identity()),
free_bytes
/ KB,
[
all
...]
Completed in 827 milliseconds