Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.building_blocks.affix_allocator;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.building_blocks.allocator_list;

import std.experimental.allocator.common;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.building_blocks.bitmapped_block;

import std.experimental.allocator.common;
Expand Down
1 change: 1 addition & 0 deletions std/experimental/allocator/building_blocks/bucketizer.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.building_blocks.bucketizer;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.building_blocks.fallback_allocator;

import std.experimental.allocator.common;
Expand Down
1 change: 1 addition & 0 deletions std/experimental/allocator/building_blocks/free_list.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.building_blocks.free_list;

import std.experimental.allocator.common;
Expand Down
1 change: 1 addition & 0 deletions std/experimental/allocator/building_blocks/free_tree.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.building_blocks.free_tree;

import std.experimental.allocator.common;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.building_blocks.kernighan_ritchie;
import std.experimental.allocator.building_blocks.null_allocator;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.building_blocks.null_allocator;

/**
Expand Down
1 change: 1 addition & 0 deletions std/experimental/allocator/building_blocks/quantizer.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.building_blocks.quantizer;

import std.experimental.allocator.common;
Expand Down
1 change: 1 addition & 0 deletions std/experimental/allocator/building_blocks/region.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.building_blocks.region;

import std.experimental.allocator.common;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.building_blocks.scoped_allocator;

import std.experimental.allocator.common;
Expand Down
1 change: 1 addition & 0 deletions std/experimental/allocator/building_blocks/segregator.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.building_blocks.segregator;

import std.experimental.allocator.common;
Expand Down
1 change: 1 addition & 0 deletions std/experimental/allocator/gc_allocator.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.gc_allocator;
import std.experimental.allocator.common;

Expand Down
1 change: 1 addition & 0 deletions std/experimental/allocator/mallocator.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.mallocator;
import std.experimental.allocator.common;

Expand Down
1 change: 1 addition & 0 deletions std/experimental/allocator/mmap_allocator.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.allocator.mmap_allocator;

// MmapAllocator
Expand Down
1 change: 1 addition & 0 deletions std/experimental/logger/core.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.logger.core;

import std.array;
Expand Down
1 change: 1 addition & 0 deletions std/experimental/logger/filelogger.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.logger.filelogger;

import std.stdio;
Expand Down
1 change: 1 addition & 0 deletions std/experimental/logger/multilogger.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.logger.multilogger;

import std.experimental.logger.core;
Expand Down
1 change: 1 addition & 0 deletions std/experimental/logger/nulllogger.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
///
module std.experimental.logger.nulllogger;

import std.experimental.logger.core;
Expand Down