Searched refs:CHUNK_HEADER_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dobjalloc.c70 #define CHUNK_HEADER_SIZE \ macro
106 ret->current_ptr = (char *) chunk + CHUNK_HEADER_SIZE;
107 ret->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE;
128 if (len + CHUNK_HEADER_SIZE < original_len)
143 ret = (char *) malloc (CHUNK_HEADER_SIZE + len);
153 return (PTR) (ret + CHUNK_HEADER_SIZE);
165 o->current_ptr = (char *) chunk + CHUNK_HEADER_SIZE;
166 o->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE;
216 if (b == (char *) p + CHUNK_HEADER_SIZE)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dobjalloc.c70 #define CHUNK_HEADER_SIZE \ macro
106 ret->current_ptr = (char *) chunk + CHUNK_HEADER_SIZE;
107 ret->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE;
136 ret = (char *) malloc (CHUNK_HEADER_SIZE + len);
146 return (PTR) (ret + CHUNK_HEADER_SIZE);
158 o->current_ptr = (char *) chunk + CHUNK_HEADER_SIZE;
159 o->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE;
209 if (b == (char *) p + CHUNK_HEADER_SIZE)

Completed in 60 milliseconds