mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update checkStackSize.cpp
This commit is contained in:
parent
f37faf02fa
commit
d2c86e52e6
@ -23,7 +23,7 @@ static thread_local void * stack_address = nullptr;
|
|||||||
static thread_local size_t max_stack_size = 0;
|
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
|
* @return stack size
|
||||||
*/
|
*/
|
||||||
size_t getStackSize(void ** out_address)
|
size_t getStackSize(void ** out_address)
|
||||||
|
Loading…
Reference in New Issue
Block a user