Home | History | Annotate | Download | only in heap

Lines Matching refs:ConfigureHeap

66       // ConfigureHeap.
4827 bool Heap::ConfigureHeap(int max_semi_space_size, int max_old_space_size,
4926 bool Heap::ConfigureHeapDefault() { return ConfigureHeap(0, 0, 0, 0); }