123456789101112131415161718 |
- # External build system generator for opensource export relies on the name system_allocator.
- # Change it carefully.
- LIBRARY(system_allocator)
- ALLOCATOR_IMPL()
- NO_UTIL()
- PEERDIR(
- library/cpp/malloc/api
- )
- SRCS(
- malloc-info.cpp
- )
- END()
|