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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c270 struct CCpool *CCroot, *CCcurrent;
3450 struct CCpool { /* a segment of allocated memory in the pool */ struct
3451 struct CCpool *next;
3460 struct CCpool *new = (struct CCpool *) malloc(sizeof(struct CCpool));
3476 struct CCpool *first = context->CCroot;
3485 struct CCpool *this = context->CCroot;
3487 struct CCpool *next = this->next;
3506 struct CCpool *curren
[all...]

Completed in 1349 milliseconds