mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Add comment
This commit is contained in:
parent
638b229e27
commit
b1eb3fde6c
@ -2,6 +2,9 @@
|
|||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
|
|
||||||
|
/** These functions can be substituted instead of regular ones when memory tracking is needed.
|
||||||
|
*/
|
||||||
|
|
||||||
extern "C" void * clickhouse_malloc(size_t size)
|
extern "C" void * clickhouse_malloc(size_t size)
|
||||||
{
|
{
|
||||||
void * res = malloc(size);
|
void * res = malloc(size);
|
||||||
|
Loading…
Reference in New Issue
Block a user