Searched refs:PR_CALLOC (Results 1 - 25 of 25) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprmem.h120 ** FUNCTION: PR_CALLOC()
122 ** PR_CALLOC() allocates a _size bytes untyped item from the heap
128 #define PR_CALLOC(_size) (PR_Calloc(1, (_size))) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprtpd.c97 PR_CALLOC(_PR_TPD_LIMIT * sizeof(PRThreadPrivateDTOR*));
189 void *extension = PR_CALLOC(_pr_tpd_length * sizeof(void*));
H A Dprcmon.c113 PR_CALLOC(entries * sizeof(MonitorCacheEntry));
165 PR_CALLOC(entries * sizeof(MonitorCacheEntry*));
H A Dprrwlock.c423 PR_CALLOC(1 * sizeof(thread_rwlock_stack));
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Drwlocktest.c122 threads = (PRThread**) PR_CALLOC(sizeof(PRThread*) * thread_cnt);
123 params = (thread_args *) PR_CALLOC(sizeof(thread_args) * thread_cnt);
H A Dfsync.c104 buffer = (PRUint8*)PR_CALLOC(1024);
H A Dmany_cv.c107 cv = (PRCondVar**)PR_CALLOC(sizeof(PRCondVar*) * cvs);
H A Dstack.c145 threads = (PRThread**) PR_CALLOC(sizeof(PRThread*) * thread_cnt);
146 thread_args = (stack_data *) PR_CALLOC(sizeof(stack_data) * thread_cnt);
256 Items = (DataRecord *) PR_CALLOC(sizeof(DataRecord) * cnt);
H A Dconcur.c136 threads = (PRThread**) PR_CALLOC(sizeof(PRThread*) * range);
H A Dmultiwait.c127 desc_out->buffer.start = PR_CALLOC(120);
345 thread = (PRThread**)PR_CALLOC(sizeof(PRThread*) * worker_threads);
511 worker_thread = (PRThread**)PR_CALLOC(sizeof(PRThread*) * worker_threads);
609 client_thread = (PRThread**)PR_CALLOC(sizeof(PRThread*) * client_threads);
H A Dcvar2.c353 saved_tcount = tcount = (PRInt32 *)PR_CALLOC(sizeof(*tcount) * (arg * 4));
439 saved_tcount = tcount = (PRInt32 *)PR_CALLOC(sizeof(*tcount) * (arg * 4));
521 saved_ptcount = ptcount = (PRInt32 *)PR_CALLOC(sizeof(*ptcount) * (arg * 4));
765 ptcount = (PRInt32 *)PR_CALLOC(sizeof(*ptcount) * (arg * 4));
H A Dtmoacc.c272 thread = (PRThread**)PR_CALLOC(threads * sizeof(PRThread*));
H A Dtmocon.c373 thread = (PRThread**)PR_CALLOC(threads * sizeof(PRThread*));
H A Dcltsrv.c1094 client = (CSClient_t*)PR_CALLOC(clients * sizeof(CSClient_t));
H A Dprovider.c1307 client = (CSClient_t*)PR_CALLOC(clients * sizeof(CSClient_t));
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprgcapi.c316 _pr_collectorTypes = (CollectorType*) PR_CALLOC(256 * sizeof(CollectorType));
H A Dprmsgc.c499 hbits = (PRWord *) PR_CALLOC((PRUint32)nhbytes);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpratom.c140 hash_lock_counts = PR_CALLOC(num_atomic_locks * sizeof(PRInt32));
H A Dprtpool.c609 tp = (PRThreadPool *) PR_CALLOC(sizeof(*tp));
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxwrap.c193 unixpds = (_PRUnixPollDesc *) PR_CALLOC(width * sizeof(_PRUnixPollDesc));
H A Duxproces.c995 pr_wp.pidTable = (pr_PidRecord**)PR_CALLOC(NBUCKETS * sizeof(pr_PidRecord *));
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmwait.c371 newHash = (_PRWaiterHash*)PR_CALLOC(
498 poll_list = (PRPollDesc*)PR_CALLOC(new_size);
1304 wg->waiter = (_PRWaiterHash*)PR_CALLOC(
H A Dprlayer.c651 names = (char**)PR_CALLOC(length * sizeof(char*));
H A Dprsocket.c163 else if ((iov_copy = (PRIOVec *) PR_CALLOC((iov_size - index) *
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dpruthr.c1021 mem = (char*) PR_CALLOC(sizeof(PRThread));

Completed in 105 milliseconds