mirror of
https://github.com/paboyle/Grid.git
synced 2025-11-02 04:54:33 +00:00
Merge branch 'develop' into feature/multi-communicator
This commit is contained in:
@@ -11,7 +11,7 @@ int PointerCache::victim;
|
||||
|
||||
void *PointerCache::Insert(void *ptr,size_t bytes) {
|
||||
|
||||
if (bytes < 4096 ) return NULL;
|
||||
if (bytes < 4096 ) return ptr;
|
||||
|
||||
#ifdef GRID_OMP
|
||||
assert(omp_in_parallel()==0);
|
||||
|
||||
Reference in New Issue
Block a user