Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_config.h29 unsigned int lowAddressStep = 16; member
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_config.cpp101 unsigned int lowAddressStep = static_cast<unsigned int>(atoi(value.data())); in ParserConfig() local