aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/malloc/jemalloc/ya.make
blob: 25c78d73d12561dccd74b27e1d86e2ca8f5dbe40 (plain) (tree)
1
2
3
4
5
6



                
 













                                 
LIBRARY()

NO_UTIL()
ALLOCATOR_IMPL()


IF (OS_ANDROID)
    PEERDIR(
        library/cpp/malloc/system
    )
ELSE()
    PEERDIR(
        library/cpp/malloc/api
        contrib/libs/jemalloc
    )
    SRCS(
        malloc-info.cpp
    )
ENDIF()

END()