Searched refs:allocTable (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplhash.c129 ht = (PLHashTable*)((*allocOps->allocTable)(allocPriv, sizeof *ht));
142 ht->buckets = (PLHashEntry**)((*allocOps->allocTable)(allocPriv, nb));
263 ((*ht->allocOps->allocTable)(ht->allocPriv, nb));
341 (*ht->allocOps->allocTable)(ht->allocPriv, nb));
H A Dplhash.h89 void * (PR_CALLBACK *allocTable)(void *pool, PRSize size); member in struct:PLHashAllocOps
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h339 * allocTable Allocate raw bytes with malloc, no ctors run.
362 PLDHashAllocTable allocTable; member in struct:PLDHashTableOps
435 * the ops->allocTable callback.
516 * and memory can't be allocated for entry storage via table->ops->allocTable;
H A Dpldhash.c250 table->entryStore = ops->allocTable(table, nbytes);
481 newEntryStore = table->ops->allocTable(table, nbytes);

Completed in 58 milliseconds