OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HeapSource
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/alloc/
HeapInternal.h
24
struct
HeapSource
;
27
HeapSource
*
heapSource
;
HeapSource.cpp
28
#include "alloc/
HeapSource
.h"
35
static size_t getMaximumSize(const
HeapSource
*hs);
58
assert(gDvm.gcHeap->
heapSource
!= NULL); \
59
assert(gHs == gDvm.gcHeap->
heapSource
); \
103
struct
HeapSource
{
157
/* True if zygote mode was active when the
HeapSource
was created.
205
static bool isSoftLimited(const
HeapSource
*hs)
220
static size_t getAllocLimit(const
HeapSource
*hs)
233
static size_t oldHeapOverhead(const
HeapSource
*hs, bool includeActive)
254
static Heap *ptr2heap(const
HeapSource
*hs, const void *ptr
[
all
...]
Copying.cpp
25
#include "alloc/
HeapSource
.h"
143
static void enqueueBlock(
HeapSource
*
heapSource
, size_t block);
178
struct
HeapSource
{
246
static void describeBlocks(const
HeapSource
*
heapSource
)
248
for (size_t i = 0; i <
heapSource
->totalBlocks; ++i) {
250
printf("%d ",
heapSource
->blockSpace[i]);
282
static int isValidAddress(const
HeapSource
*
heapSource
, const u1 *addr
[
all
...]
/dalvik/vm/
Dvm.mk
208
alloc/
HeapSource
.cpp \
Completed in 57 milliseconds