ya.make 247 B

123456789101112131415161718
  1. # External build system generator for opensource export relies on the name system_allocator.
  2. # Change it carefully.
  3. LIBRARY(system_allocator)
  4. ALLOCATOR_IMPL()
  5. NO_UTIL()
  6. PEERDIR(
  7. library/cpp/malloc/api
  8. )
  9. SRCS(
  10. malloc-info.cpp
  11. )
  12. END()