Home
last modified time | relevance | path

Searched defs:highAddressStep (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_config.h30 unsigned int highAddressStep = 64; member
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_config.cpp108 unsigned int highAddressStep = static_cast<unsigned int>(atoi(value.data())); in ParserConfig() local