Home
last modified time | relevance | path

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

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