12345678910111213141516171819202122 |
- 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()
|