浏览代码

Fixed allocator header to include all allocator tools

channel
Ludovic 'Archivist' Lagouardette 3 年前
父节点
当前提交
1cbd21a7e6
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      include/gp/utils/allocators.hpp

+ 2
- 1
include/gp/utils/allocators.hpp 查看文件

@ -2,4 +2,5 @@
#include "gp/utils/allocators/aggregator.hpp"
#include "gp/utils/allocators/arena.hpp"
#include "gp/utils/allocators/buddy.hpp"
#include "gp/utils/allocators/dummy.hpp"
#include "gp/utils/allocators/dummy.hpp"
#include "gp/utils/allocators/bottleneck_allocator.hpp"

正在加载...
取消
保存