Searched refs:bagCreateBag (Results 1 – 7 of 7) sorted by relevance
39 bagCreateBag(int itemSize, int initialAllocation) { in bagCreateBag() function59 struct bag *newBag = bagCreateBag(oldBag->itemSize, in bagDup()
164 struct bag* deleted = bagCreateBag(sizeof(char*), bagSize(deletedTagBag)); in classTrack_processUnloads()280 deletedTagBag = bagCreateBag(sizeof(jlong), 10); in classTrack_initialize()
42 struct bag *bagCreateBag(int itemSize, int initialAllocation);
47 stream->refs = bagCreateBag(sizeof(jobject), INITIAL_REF_ALLOC); in inStream_init()
49 stream->ids = bagCreateBag(sizeof(jlong), INITIAL_ID_ALLOC); in commonInit()
1164 transports = bagCreateBag(sizeof(TransportSpec), 3); in parseOptions()
881 return bagCreateBag(sizeof(CommandSingle), 5 /* events */ ); in eventHelper_createEventBag()