Explorar el Código

Fixed allocator header to include all allocator tools

channel
Ludovic 'Archivist' Lagouardette hace 3 años
padre
commit
1cbd21a7e6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      include/gp/utils/allocators.hpp

+ 2
- 1
include/gp/utils/allocators.hpp Ver fichero

@ -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"

Cargando…
Cancelar
Guardar