add_subdirectory(allocation)

collect_srcs(
  core_srcs
  SRCS
  malloc.cc
  memcpy.cc
  stats.cc
  mem_utils.cc
  mem_visitor.cc)
