Alexandru Jercaianu
eb2b8e251a
Add multiblock support for shared and non-shared BitmappedBlock
2018-04-16 20:07:53 +03:00
Alexandru Jercaianu
0fb44b0d45
Add AlignedBlockList
2018-04-16 19:36:45 +03:00
Alexandru Jercaianu
507d82ce86
Add alignedAllocate for StatsCollector
2018-04-16 16:02:48 +03:00
Steven Schveighoffer
6b72ce316d
Trim as much version(unittest) as possible from allocator ( #6452 )
...
* Trim as much version(unittest) as possible from allocator
* improve internal test function addr to m_addr (and fix verbosity a bit)
* Remove shared from RCISharedAllocator, as it's already shared
* Fix issue with m_addr
2018-04-13 22:02:00 +03:00
The Dlang Bot
09fc836143
Merge pull request #6400 from nordlow/pure-region-allocate
...
Qualify Region, SharedRegion and SbrkRegion allocators
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2018-04-06 00:44:18 +02:00
The Dlang Bot
ca72c991cd
Merge pull request #6422 from wilzbach/duplicate-static-gshared
...
Remove redundant 'static' storage classes on __gshared variables
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-04-05 20:30:54 +02:00
Sebastian Wilzbach
6f766dce5d
Remove redundant 'static' storage classes
2018-04-05 13:11:48 +02:00
Per Nordlöw
95b2f9f846
Merge remote-tracking branch 'upstream/master' into pure-region-allocate
2018-04-05 10:38:04 +02:00
Eduard Staniloiu
e100cde76f
Make bitmapped_block allocate @safe
2018-04-05 07:13:21 +02:00
Per Nordlöw
b2564e4dc7
qualify Region allocator
2018-04-04 12:59:41 +02:00
Eduard Staniloiu
3e91474f07
Make null_allocator allocate @safe
2018-04-03 11:23:06 +00:00
Sebastian Wilzbach
42894784dd
Markdownify Phobos
...
$(D word) -> `word`
2018-04-02 22:32:47 +02:00
RazvanN7
223ba57258
Delete test in free_tree
2018-03-29 23:03:17 +03:00
RazvanN7
298286732f
Delete test in scoped_allocator
2018-03-29 21:21:24 +03:00
Eduard Staniloiu
b45f25b96b
Update how AffixAllocator infers shared from parent
2018-03-28 13:25:56 +00:00
The Dlang Bot
99b7b5487b
Merge pull request #6306 from jercaianu/apa_race
...
Fixed AscendingPageAllocator race condition
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-03-27 16:15:45 +02:00
Alexandru Jercaianu
80ba6d8152
AscendingPageAllocator race condition
...
Minor bug
2018-03-22 12:46:58 +02:00
Alexandru Jercaianu
ca57ca0d41
Add SharedRegion
2018-03-19 19:49:05 +02:00
Martin Nowak
09926f9837
Merge remote-tracking branch 'upstream/stable' into merge_stable
2018-02-23 21:37:12 +01:00
Jack Stouffer
663b5b9278
Revert addition of StdUnittest
2018-02-20 13:32:32 -05:00
Joakim
034988a0db
Add needed changes to get all tests passing with Musl
2018-02-17 14:25:07 +05:30
The Dlang Bot
e4c2d259d5
Merge pull request #6158 from jercaianu/asc_page_alloc_info
...
Update AscendingPageAllocator description
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2018-02-12 20:02:46 +01:00
The Dlang Bot
378f034c71
Merge pull request #6131 from jercaianu/region_bug
...
Region grownDownwards alignedAllocation takes into account alignment
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2018-02-12 18:26:12 +01:00
Alexandru Jercaianu
f0e7988d87
Moved docs above functions outside of mixin
...
Comments
2018-02-11 18:44:34 +02:00
Alexandru Jercaianu
42612b6897
Updated paper name and link
...
Updated paper name and link
2018-02-11 14:09:29 +02:00
Alexandru Jercaianu
169402df26
Moved StdDdoc and implementation under struct definition and added examples
2018-02-11 14:04:29 +02:00
Alexandru Jercaianu
35a15918ff
Added module to package
...
Added module to package
2018-02-11 12:31:55 +02:00
Alexandru Jercaianu
ddac729d43
Fixed source link at the bottom of the page
2018-02-11 12:28:37 +02:00
Alexandru Jercaianu
aca5b57704
Update AscendingPageAllocator description
2018-02-11 12:08:09 +02:00
Alexandru Jercaianu
70dbc5919e
Fixed overflow bugs in Region and added goodAllocSize for all regions
2018-02-07 19:53:20 +02:00
Alexandru Jercaianu
67d6acf0b4
Region grownDownwards alignedAllocation takes into account alignment
...
replaced ulong with constant
2018-02-07 15:51:56 +02:00
Jack Stouffer
18cbb29b04
Replaced version(unittest) blocks with version(StdUnittest)
2018-02-01 19:56:59 -05:00
Sebastian Wilzbach
0ecf3e79c1
Merge pull request #6033 from jercaianu/SharedAscendingPageAllocator
...
Added SharedAscendingPageAllocator
2018-01-30 15:38:29 +01:00
jercaianu
38af839e43
added static assert for unsupported OS
2018-01-29 18:11:54 +02:00
Eduard Staniloiu
573a85b101
Replace IAllocator with reference counted struct
2018-01-25 14:19:21 +01:00
The Dlang Bot
9b4cb5f61c
Merge pull request #6009 from wilzbach/ascending_page
...
Expose AscendingPageAllocator on dlang.org
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-01-24 17:27:09 +01:00
Alexandru Jercaianu
8a1fc4c308
added nothrow nogc
2018-01-23 19:41:03 +02:00
Alexandru Jercaianu
cfefd96b8d
added missing import
2018-01-23 17:29:27 +02:00
Alexandru Jercaianu
456c143549
windows typo
2018-01-23 15:54:01 +02:00
Alexandru Jercaianu
8eb33d80e0
moved common implementations to mixin and added ddoc
2018-01-23 15:45:18 +02:00
Alexandru Jercaianu
1e7d39745d
Specified sort imports
2018-01-17 19:10:56 +02:00
Alexandru Jercaianu
1ce6845b8d
Added cast on Windows
2018-01-17 17:10:32 +02:00
Alexandru Jercaianu
b7afd02a10
Updated constructor doc
2018-01-17 16:35:50 +02:00
Alexandru Jercaianu
97dcc8f71c
minor refactor
2018-01-17 16:28:57 +02:00
Alexandru Jercaianu
d4a21d2f5f
Added SharedAscendingPageAllocator
...
removed unused imports
removed unused imports
2018-01-15 20:07:13 +02:00
Sebastian Wilzbach
c94d93e121
Merge remote-tracking branch 'upstream/stable' into merge_stable
2018-01-09 02:19:50 +01:00
Sebastian Wilzbach
893ca889e5
Expose AscendingPageAllocator on dlang.org
2018-01-08 02:54:58 +01:00
Sebastian Wilzbach
233e90bdc1
Add PHOBOSSRC urls to std.experimental
2018-01-08 02:52:50 +01:00
jmh530
dcbfb799c9
Fix Issue 15157: Adjust building blocks docs
2018-01-06 22:29:10 +01:00
Sebastian Wilzbach
2678754347
Add StdUnittest to std.net.curl + stdx.allocator
2017-12-21 09:36:10 +01:00