Update checkStackSize.cpp

This commit is contained in:
alexey-milovidov 2021-06-21 12:09:14 +03:00 committed by GitHub
parent f37faf02fa
commit d2c86e52e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ static thread_local void * stack_address = nullptr;
static thread_local size_t max_stack_size = 0;
/**
* @param address_ - stack address
* @param out_address - if not nullptr, here the address of the stack will be written.
* @return stack size
*/
size_t getStackSize(void ** out_address)