OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heapSize
(Results
1 - 8
of
8
) sorted by null
/hardware/ti/omap3/dspbridge/inc/
rms_sh.h
119
RMS_WORD
heapSize
; /* size in MAUs of the node memory heap in
drv.h
206
ULONG
heapSize
;
/hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h
118
RMS_WORD
heapSize
; /* size in MAUs of the node memory heap in
/external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.mm
200
size_t
heapSize
= JSDOMWindow::commonJSGlobalData()->heap.size();
201
size_t heapFree = JSDOMWindow::commonJSGlobalData()->heap.capacity() -
heapSize
;
208
[NSNumber numberWithInt:
heapSize
], @"JavaScriptHeapSize",
/hardware/ti/omap3/dspbridge/libbridge/
DSPNode.c
127
UINT
heapSize
= 0;
155
heapSize
=
157
if (
heapSize
) {
160
heapSize
= PG_ALIGN_HIGH(
heapSize
, PG_SIZE_4K);
163
heapSize
);
169
pAttrIn->uHeapSize =
heapSize
;
/external/qemu/android/
main.c
1006
int
heapSize
;
1009
heapSize
= 16;
1011
heapSize
= 24;
1013
heapSize
= 48;
1015
hw->vm_heapSize =
heapSize
;
[
all
...]
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHeap.java
132
long
heapSize
= (long)data.getInt() & 0x00ffffffff;
137
heapSize
, bytesAllocated, objectsAllocated);
/frameworks/base/services/input/
InputReader.cpp
[
all
...]
Completed in 149 milliseconds