Home
last modified time | relevance | path

Searched refs:shared_malloc (Results 1 – 15 of 15) sorted by relevance

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dshared_err.test334 do_test shared_malloc-4.$::n.cleanup.1 {
339 do_test shared_malloc-4.$::n.cleanup.2 {
343 do_test shared_malloc-4.$::n.cleanup.3 {
419 do_test shared_malloc-8.$::n.cleanup.1 {
432 do_test shared_malloc-8.$::n.cleanup.2 {
448 do_test shared_malloc-8.X {
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dshared_err.test334 do_test shared_malloc-4.$::n.cleanup.1 {
339 do_test shared_malloc-4.$::n.cleanup.2 {
343 do_test shared_malloc-4.$::n.cleanup.3 {
420 do_test shared_malloc-8.$::n.cleanup.1 {
433 do_test shared_malloc-8.$::n.cleanup.2 {
454 do_test shared_malloc-8.X {
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dshared_err.test334 do_test shared_malloc-4.$::n.cleanup.1 {
339 do_test shared_malloc-4.$::n.cleanup.2 {
343 do_test shared_malloc-4.$::n.cleanup.3 {
420 do_test shared_malloc-8.$::n.cleanup.1 {
433 do_test shared_malloc-8.$::n.cleanup.2 {
454 do_test shared_malloc-8.X {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dshared_err.test334 do_test shared_malloc-4.$::n.cleanup.1 {
339 do_test shared_malloc-4.$::n.cleanup.2 {
343 do_test shared_malloc-4.$::n.cleanup.3 {
420 do_test shared_malloc-8.$::n.cleanup.1 {
433 do_test shared_malloc-8.$::n.cleanup.2 {
454 do_test shared_malloc-8.X {
/dports/astro/cfitsio/cfitsio-3.49/
H A Ddrvrsmem.h147 int shared_malloc(long size, int mode, int newhandle); /* allocate n-bytes of shared memory */
H A Ddrvrsmem.c394 int shared_malloc(long size, int mode, int newhandle) /* return idx or SHARED_INV… in shared_malloc() function
862 if (SHARED_INVALID == (h = shared_malloc(sz = 2880 + sizeof(DAL_SHM_SEGHEAD), in smem_create()
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Ddrvrsmem.h147 int shared_malloc(long size, int mode, int newhandle); /* allocate n-bytes of shared memory */
H A Ddrvrsmem.c394 int shared_malloc(long size, int mode, int newhandle) /* return idx or SHARED_INV… in shared_malloc() function
862 if (SHARED_INVALID == (h = shared_malloc(sz = 2880 + sizeof(DAL_SHM_SEGHEAD), in smem_create()
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Ddrvrsmem.h147 int shared_malloc(long size, int mode, int newhandle); /* allocate n-bytes of shared memory */
H A Ddrvrsmem.c394 int shared_malloc(long size, int mode, int newhandle) /* return idx or SHARED_INV… in shared_malloc() function
862 if (SHARED_INVALID == (h = shared_malloc(sz = 2880 + sizeof(DAL_SHM_SEGHEAD), in smem_create()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dparallelizing_info.h333 extern void * shared_malloc(pi_comm_ptr wr, size_t size);
H A Dmatmul_top.c236 v->siblings = shared_malloc(wr, wr->ncores * sizeof(void *)); in mmt_vec_init()
245 v->wrpals[0] = shared_malloc(v->pi->wr[0], v->pi->wr[0]->ncores * sizeof(void *)); in mmt_vec_init()
248 v->wrpals[1] = shared_malloc(v->pi->wr[1], v->pi->wr[1]->ncores * sizeof(void *)); in mmt_vec_init()
251 v->mpals = shared_malloc(v->pi->m, v->pi->m->ncores * sizeof(void *)); in mmt_vec_init()
1314 MPI_Request * req = shared_malloc(xr, xr->ncores * sizeof(MPI_Request)); in mmt_vec_reduce_inner()
1334 MPI_Request * req = shared_malloc(xr, xr->ncores * sizeof(MPI_Request)); in mmt_vec_reduce_inner()
1367 mmt_vec_ptr * vs = shared_malloc(xr, xr->ncores * sizeof(mmt_vec_ptr)); in mmt_vec_reduce_inner()
H A Dparallelizing_info.c1495 void ** bufs = shared_malloc(wr, wr->ncores * sizeof(void*)); in pi_thread_data_eq()
1496 int * oks = shared_malloc(wr, wr->ncores * sizeof(int)); in pi_thread_data_eq()
1544 void * shared_malloc(pi_comm_ptr wr, size_t size) in shared_malloc() function
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucs/
H A Dtest_rcache.cc138 void* shared_malloc(size_t size) in shared_malloc() function in test_rcache
526 void *mem = shared_malloc(size);
/dports/devel/ga/ga-5.8/
H A Dconfigure.ac230 GA_CHECK_FUNCS([shared_malloc])