commit | b0298f508e29a566ed42276fe06cef50abbd40d6 | [log] [tgz] |
---|---|---|
author | eric.yan <eric.yan@oneplus.com> | Mon Mar 01 19:43:36 2021 +0800 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Mon Mar 08 17:48:49 2021 +0000 |
tree | 4021740628cca14a94c74903be5117aa216ae804 | |
parent | 7a5a7c3add22af1b9d9ffd03ed664092eb6351c6 [diff] |
make the art thread pool use the exact stack_size There have been some scenarios not using the default-sized stack, which may be 64K(e.g. https://android.googlesource.com/platform/art/+/refs/heads/master/runtime/runtime.cc#1058) using the exact stack_size to save process memory. Signed-off-by: eric.yan <eric.yan@oneplus.com> Change-Id: I3fe31a8b152a982b35cfe2f0b967a43e01320a14