1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
UNITTEST_FOR(library/cpp/lfalloc/alloc_profiler) OWNER(g:rtmr g:kikimr) PEERDIR( library/cpp/testing/unittest ) IF (ARCH_AARCH64) PEERDIR( contrib/libs/jemalloc ) ELSE() ALLOCATOR(LF_DBG) ENDIF() SRCS( profiler_ut.cpp align_ut.cpp ) END()