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