Commit Graph

13 Commits

Author SHA1 Message Date
practicalswift
f91525a10f Consistent placement of "-*- [language] -*-===//" in header. 2016-01-04 09:46:20 +01:00
Zach Panzarino
e3a4147ac9 Update copyright date 2015-12-31 23:28:40 +00:00
Tighe Racicot
270e018757 Whoops, undo unnecessary correction 2015-12-16 19:33:39 -07:00
Tighe Racicot
1a42043505 Fix minor typos 2015-12-16 19:26:47 -07:00
Nadav Rotem
d214e367d0 Remove the custom memory allocator. It was not effective in accelerating the metadata lookups and Greg and Dave have suggested other solutions for accelerating this call.
Swift SVN r24869
2015-01-31 00:44:17 +00:00
Nadav Rotem
44506fff22 Rename the method. NFC.
Swift SVN r24867
2015-01-31 00:44:15 +00:00
Nadav Rotem
278bc16f43 Rename the method. NFC.
Swift SVN r24866
2015-01-31 00:44:15 +00:00
Nadav Rotem
26261cd1fe Allow the allocator to free memory.
Swift SVN r24865
2015-01-31 00:44:14 +00:00
Nadav Rotem
f2a6e11932 Add a clear() method to delete all links.
Swift SVN r24864
2015-01-31 00:44:13 +00:00
Nadav Rotem
2236ff8153 Use std::distance and add the missing typedefs needed for stl
Swift SVN r24863
2015-01-31 00:44:10 +00:00
Nadav Rotem
0b9a79b38b Add a concurrent bump-ptr memory allocator.
Swift SVN r24702
2015-01-24 01:08:04 +00:00
Nadav Rotem
1e02da9465 Add a concurrent memory bank
Swift SVN r24701
2015-01-24 01:08:04 +00:00
Nadav Rotem
b1ca4bfab5 Move the concurrent utilities to the /include directory
Swift SVN r24699
2015-01-24 01:08:03 +00:00