blob: e8454480c3b75e9cd7627a8b91bd8764251e13a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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()
|