OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initialHeapSize
(Results
1 - 2
of
2
) sorted by null
/external/srec/portable/src/
pmemfixed.c
170
static unsigned int
initialHeapSize
= MEM_SIZE;
247
initialHeapSize
= (unsigned int)size;
270
return (int)
initialHeapSize
;
303
if (
initialHeapSize
< usedHeapSize)
320
pHeap = (char*)malloc(
initialHeapSize
);
328
totalSystemAllocMem =
initialHeapSize
;
330
reservedHeapSize =
initialHeapSize
- usedHeapSize;
/external/chromium_org/third_party/npapi/npspy/extern/java/
jriext.h
81
jsize
initialHeapSize
;
Completed in 212 milliseconds