Home
last modified time | relevance | path

Searched refs:shared_adjust_size (Results 1 – 3 of 3) sorted by relevance

/dports/astro/cfitsio/cfitsio-3.49/
H A Ddrvrsmem.c55 static long shared_adjust_size(long size); /* size must be >= 0 !!! */
388 static long shared_adjust_size(long size) /* size must be >= 0 !!! */ in shared_adjust_size() function
413 h = shmget(key, shared_adjust_size(size), IPC_CREAT | IPC_EXCL | shared_create_mode); in shared_malloc()
553 if (shared_adjust_size(shared_gt[idx].size) == shared_adjust_size(newsize)) in shared_realloc()
561 h = shmget(key, shared_adjust_size(newsize), IPC_CREAT | IPC_EXCL | shared_create_mode); in shared_realloc()
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Ddrvrsmem.c55 static long shared_adjust_size(long size); /* size must be >= 0 !!! */
388 static long shared_adjust_size(long size) /* size must be >= 0 !!! */ in shared_adjust_size() function
413 h = shmget(key, shared_adjust_size(size), IPC_CREAT | IPC_EXCL | shared_create_mode); in shared_malloc()
553 if (shared_adjust_size(shared_gt[idx].size) == shared_adjust_size(newsize)) in shared_realloc()
561 h = shmget(key, shared_adjust_size(newsize), IPC_CREAT | IPC_EXCL | shared_create_mode); in shared_realloc()
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Ddrvrsmem.c55 static long shared_adjust_size(long size); /* size must be >= 0 !!! */
388 static long shared_adjust_size(long size) /* size must be >= 0 !!! */ in shared_adjust_size() function
413 h = shmget(key, shared_adjust_size(size), IPC_CREAT | IPC_EXCL | shared_create_mode); in shared_malloc()
553 if (shared_adjust_size(shared_gt[idx].size) == shared_adjust_size(newsize)) in shared_realloc()
561 h = shmget(key, shared_adjust_size(newsize), IPC_CREAT | IPC_EXCL | shared_create_mode); in shared_realloc()