|
1 |
| -mallocMC: Memory Allocation for Many Core Architectures |
| 1 | +/* |
| 2 | + mallocMC: Memory Allocation for Many Core Architectures |
2 | 3 |
|
3 |
| - based on the work of ScatterAlloc: |
4 |
| - Massively Parallel Dynamic Memory Allocation for the GPU |
| 4 | + based on the work of ScatterAlloc: |
| 5 | + Massively Parallel Dynamic Memory Allocation for the GPU |
5 | 6 |
|
6 |
| -http://www.icg.tugraz.at/project/mvp |
7 |
| -https://www.hzdr.de/crp |
| 7 | + http://www.icg.tugraz.at/project/mvp |
| 8 | + https://www.hzdr.de/crp |
8 | 9 |
|
9 |
| -Copyright (C) 2012 Institute for Computer Graphics and Vision, |
10 |
| - Graz University of Technology |
11 |
| -Copyright (C) 2014-2015 Institute of Radiation Physics, |
12 |
| - Helmholtz-Zentrum Dresden - Rossendorf |
| 10 | + Copyright (C) 2012 Institute for Computer Graphics and Vision, |
| 11 | + Graz University of Technology |
| 12 | + Copyright (C) 2014-2024 Institute of Radiation Physics, |
| 13 | + Helmholtz-Zentrum Dresden - Rossendorf |
13 | 14 |
|
14 |
| -Author(s): Markus Steinberger - steinberger ( at ) icg.tugraz.at |
15 |
| - Bernhard Kainz - kainz ( at ) icg.tugraz.at |
16 |
| - Michael Kenzel - kenzel ( at ) icg.tugraz.at |
17 |
| - Rene Widera - r.widera ( at ) hzdr.de |
18 |
| - Axel Huebl - a.huebl ( at ) hzdr.de |
19 |
| - Carlchristian Eckert - c.eckert ( at ) hzdr.de |
| 15 | + Author(s): Markus Steinberger - steinberger ( at ) icg.tugraz.at |
| 16 | + Bernhard Kainz - kainz ( at ) icg.tugraz.at |
| 17 | + Michael Kenzel - kenzel ( at ) icg.tugraz.at |
| 18 | + Rene Widera - r.widera ( at ) hzdr.de |
| 19 | + Axel Huebl - a.huebl ( at ) hzdr.de |
| 20 | + Carlchristian Eckert - c.eckert ( at ) hzdr.de |
| 21 | + Julian Lenz - j.lenz ( at ) hzdr.de |
20 | 22 |
|
21 |
| -Permission is hereby granted, free of charge, to any person obtaining a copy |
22 |
| -of this software and associated documentation files (the "Software"), to deal |
23 |
| -in the Software without restriction, including without limitation the rights |
24 |
| -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
25 |
| -copies of the Software, and to permit persons to whom the Software is |
26 |
| -furnished to do so, subject to the following conditions: |
| 23 | + Permission is hereby granted, free of charge, to any person obtaining a copy |
| 24 | + of this software and associated documentation files (the "Software"), to deal |
| 25 | + in the Software without restriction, including without limitation the rights |
| 26 | + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 27 | + copies of the Software, and to permit persons to whom the Software is |
| 28 | + furnished to do so, subject to the following conditions: |
27 | 29 |
|
28 |
| -The above copyright notice and this permission notice shall be included in |
29 |
| -all copies or substantial portions of the Software. |
| 30 | + The above copyright notice and this permission notice shall be included in |
| 31 | + all copies or substantial portions of the Software. |
30 | 32 |
|
31 |
| -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
32 |
| -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
33 |
| -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
34 |
| -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
35 |
| -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
36 |
| -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
37 |
| -THE SOFTWARE. |
| 33 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 34 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 35 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 36 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 37 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 38 | + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 39 | + THE SOFTWARE. |
| 40 | +*/ |
0 commit comments