feat(memory): add asan/lsan support, and formatting code. by WoodsCumming · Pull Request #257 · apache/rocketmq-client-cpp

(1)Declare variables explicitly, and clarify variable types.
(2)Format the code style.
(3)Add asan support for memory address out of range checking.
(4)Add lsan support for memory leak checking.

@WoodsCumming changed the title Modification item: Add asan/lsan support, and formatting code.

Feb 23, 2020

@ShannonDing ShannonDing changed the title Add asan/lsan support, and formatting code. feat(memory): add asan/lsan support, and formatting code.

Feb 24, 2020

@ShannonDing

ShannonDing