aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/prof/tcmalloc_null.cpp
blob: 75c00131542f04d781ad784391e0ec7c776147c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include "tcmalloc.h"

namespace NProfiling {

ui32 SetTCMallocThreadAllocTag(ui32 tag) {
    Y_UNUSED(tag);
    return 0;
}

}