24 if(fi->
fill < 2)
return;
28 debug2(
"shrink index with fill %lu and step %lu", (
unsigned long)fi->
fill, (
unsigned long)fi->
step);
51 debug2(
"fi_exit: %p and %lu", (
void*)fi->
data, (
unsigned long)fi->
size);
60 if(newsize == fi->
size)
return 0;
62 if(newsize > 0 && newsize < fi->
size)
68 if(newsize == 0 || newdata !=
NULL)
75 debug2(
"new index of size %lu at %p", (
unsigned long)fi->
size, (
void*)fi->
data);
83 debug3(
"wanting to add to fill %lu, step %lu, size %lu", (
unsigned long)fi->
fill, (
unsigned long)fi->
step, (
unsigned long)fi->
size);
93 if(fi->
next != framenum)
return;
102 debug3(
"added pos %li to index with fill %lu and step %lu", (
long)
pos, (
unsigned long)fi->
fill, (
unsigned long)fi->
step);
121 debug3(
"set new index of fill %lu, size %lu at %p",
122 (
unsigned long)fi->
fill, (
unsigned long)fi->
size, (
void*)fi->
data);
_STLP_MOVE_TO_STD_NAMESPACE void fill(_ForwardIter __first, _ForwardIter __last, const _Tp &__val)
static const FxOffsetAndName offsets[]
#define memcpy(s1, s2, n)
#define debug3(s, a, b, c)
static off_t fi_next(struct frame_index *fi)
static void fi_shrink(struct frame_index *fi)