mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Update checkStackSize.cpp
This commit is contained in:
parent
eeeaa3243e
commit
095f666677
@ -1,6 +1,5 @@
|
|||||||
#include <Common/checkStackSize.h>
|
#include <Common/checkStackSize.h>
|
||||||
#include <Common/Exception.h>
|
#include <Common/Exception.h>
|
||||||
#include <Core/Defines.h>
|
|
||||||
#include <ext/scope_guard.h>
|
#include <ext/scope_guard.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
@ -24,7 +23,7 @@ namespace DB
|
|||||||
static thread_local void * stack_address = nullptr;
|
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;
|
||||||
|
|
||||||
CH_WEAK void checkStackSize()
|
__attribute__((__weak__)) void checkStackSize()
|
||||||
{
|
{
|
||||||
using namespace DB;
|
using namespace DB;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user