OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:free_start
(Results
1 - 4
of
4
) sorted by null
/art/runtime/gc/space/
large_object_space.cc
309
byte*
free_start
= reinterpret_cast<byte*>(cur_header);
local
312
if (
free_start
!= free_end) {
313
os << "Free block at address: " << reinterpret_cast<const void*>(
free_start
)
314
<< " of length " << free_end -
free_start
<< " bytes\n";
319
os << "Large object at address: " << reinterpret_cast<const void*>(
free_start
)
/frameworks/native/libs/binder/
MemoryDealer.cpp
192
size_t
free_start
= freedOffset;
local
193
size_t free_end =
free_start
+ freedSize;
194
if (start <
free_start
)
195
start =
free_start
;
/external/chromium_org/v8/src/
mark-compact.cc
3171
Address
free_start
= p->area_start();
local
[
all
...]
/external/v8/src/
mark-compact.cc
3083
Address
free_start
= p->area_start();
local
[
all
...]
Completed in 1482 milliseconds