commit | 2fdeecb890a353d3f17407cc1cb015e0a65c2220 | [log] [tgz] |
---|---|---|
author | Maxim Kazantsev <maxim.kazantsev@intel.com> | Thu Oct 16 10:55:47 2014 +0700 |
committer | Maxim Kazantsev <maxim.kazantsev@intel.com> | Thu Oct 16 10:55:47 2014 +0700 |
tree | 34e4c9b538be3984e5d64bde7038b6a376d51080 | |
parent | 16b842af16286243baa5e1ad07ce25f14a730df3 [diff] |
Rosalloc should print unreachable page map type When rosalloc receives unexpected page map type, it is not printed in error message because it has 'byte' type. When printed to LOG(FATAL), it is interpreted as symbol (usually unprintable). This patch allows to see unexpected page map types as integers. Change-Id: Ic9d472f933862f4e2671904277990d8a83bc4c89