ya.make 251 B

123456789101112131415161718192021
  1. LIBRARY()
  2. NO_UTIL()
  3. ALLOCATOR_IMPL()
  4. IF (OS_ANDROID)
  5. PEERDIR(
  6. library/cpp/malloc/system
  7. )
  8. ELSE()
  9. PEERDIR(
  10. library/cpp/malloc/api
  11. contrib/libs/jemalloc
  12. )
  13. SRCS(
  14. malloc-info.cpp
  15. )
  16. ENDIF()
  17. END()