blob: e8454480c3b75e9cd7627a8b91bd8764251e13a7 (
plain) (
tree)
|
|
# 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()
|