Searched defs:bag (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A Dbag.c26 /* General routines for manipulating a bag data structure */
29 #include "bag.h"
31 struct bag { struct
32 void *items; /* hold items in bag, must align on itemSize */
33 int used; /* number of items in bag */
38 struct bag *
40 struct bag *theBag = (struct bag *)jvmtiAllocate(sizeof(struct bag));
56 struct bag *
[all...]

Completed in 33 milliseconds