|
|
12f49c4c89
|
avoid overflow when computing memory address offsets on 64-bit machines
|
2021-02-05 19:42:07 -05:00 |
|
|
|
95e2214d96
|
more typecasts to double to avoid 32-bit int overflows when computing memory usage
|
2021-02-04 14:35:38 -05:00 |
|
|
|
e2e6639013
|
add typecast to avoid (unlikely but possible) integer overflows.
this will silence a lot of static code analysis warnings
|
2021-02-02 17:27:04 -05:00 |
|
|
|
adf74b3a22
|
use https://lammps.sandia.gov based URLs consistently
|
2020-10-21 16:45:30 -04:00 |
|
|
|
ca1b5ed936
|
fix minor issues
|
2020-09-08 16:43:10 -04:00 |
|
|
|
daf8a2313a
|
split developer guide into multiple files
|
2020-09-08 16:38:06 -04:00 |
|
|
|
ee25ed3897
|
update/correct documentation for memory pool classes
|
2020-09-08 16:36:48 -04:00 |
|
|
|
9e47452382
|
recover compilation for platforms using malloc() instead of posix_memalign()
|
2020-09-08 15:36:21 -04:00 |
|
|
|
7a9d31328e
|
remove obsolete comment
|
2020-09-08 15:29:42 -04:00 |
|
|
|
9f7e309f07
|
small updates to MyPage and convert MyPoolChunk similar to MyPage
|
2020-09-08 15:13:16 -04:00 |
|