git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15238 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -30,7 +30,7 @@ inputs:
|
||||
methods:
|
||||
T *get(index) = return ptr/index to unused chunk of size maxchunk
|
||||
T *get(N,index) = return ptr/index to unused chunk of size N
|
||||
minchunk < N < maxchunk required
|
||||
minchunk <= N <= maxchunk required
|
||||
put(index) = return indexed chunk to pool (same index returned by get)
|
||||
int size() = return total size of allocated pages in bytes
|
||||
public varaibles:
|
||||
|
||||
Reference in New Issue
Block a user