OSDN Git Service

Increase default allocation stack size
authorMathieu Chartier <mathieuc@google.com>
Thu, 11 Dec 2014 02:45:30 +0000 (18:45 -0800)
committerMathieu Chartier <mathieuc@google.com>
Thu, 11 Dec 2014 19:10:14 +0000 (11:10 -0800)
commit4911153db37264de407b2a08c2e4c9bb6aef3545
treeedfe31f7f41bd79e2fc4398225395530985f9e81
parentcba59c39cc42fb661016c6677e89160937fe9e66
Increase default allocation stack size

Prevents some GC for alloc which can occur if the allocation stack
overflows.

Bug: 18707404
Change-Id: I00e8e518aa5105b69c70603a8395c81617b87d14
runtime/gc/heap.cc