csi_allocator.c 465 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (C) 2021 Alibaba Group Holding Limited
  3. * Author: LuChongzhi <chongzhi.lcz@alibaba-inc.com>
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License version 2 as
  7. * published by the Free Software Foundation.
  8. */
  9. #include <syslog.h>
  10. #include <string.h>
  11. #include <csi_allocator.h>
  12. #if 0
  13. csi_allocator_s *csi_allocator_get(csi_allocator_type_e type)
  14. {
  15. return NULL;
  16. }
  17. #endif