OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:size_in_bytes
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/ADT/
SmallVector.h
81
///
size_in_bytes
- This returns size()*sizeof(T).
82
size_t
size_in_bytes
() const {
function in class:llvm::SmallVectorBase
/external/v8/src/
spaces.cc
982
HeapObject* PagedSpace::SlowMCAllocateRaw(int
size_in_bytes
) {
1004
return AllocateLinearly(&mc_forwarding_info_,
size_in_bytes
);
2158
int
size_in_bytes
= static_cast<int>(PageAllocationLimit(last_in_use) -
local
2186
int
size_in_bytes
= static_cast<int>(PageAllocationLimit(p) -
local
[
all
...]
mark-compact.cc
2171
int
size_in_bytes
= static_cast<int>(p->AllocationTop() - free_start);
local
[
all
...]
Completed in 1043 milliseconds