Home
last modified time | relevance | path

Searched refs:chunks (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dobjalloc.c95 ret->chunks = (PTR) malloc (CHUNK_SIZE); in objalloc_create()
96 if (ret->chunks == NULL) in objalloc_create()
102 chunk = (struct objalloc_chunk *) ret->chunks; in objalloc_create()
148 chunk->next = (struct objalloc_chunk *) o->chunks; in _objalloc_alloc()
151 o->chunks = (PTR) chunk; in _objalloc_alloc()
162 chunk->next = (struct objalloc_chunk *) o->chunks; in _objalloc_alloc()
168 o->chunks = (PTR) chunk; in _objalloc_alloc()
181 l = (struct objalloc_chunk *) o->chunks; in objalloc_free()
206 for (p = (struct objalloc_chunk *) o->chunks; p != NULL; p = p->next) in objalloc_free_block()
238 q = (struct objalloc_chunk *) o->chunks; in objalloc_free_block()
[all …]
Dobstacks.texi29 * Obstack Chunks:: How obstacks obtain and release chunks;
64 @dfn{chunks}. The @code{struct obstack} structure points to a chain of
65 the chunks currently in use.
69 chunks automatically, you don't need to pay much attention to them, but
90 the chunks of memory into which objects are packed. The other,
91 @code{obstack_chunk_free}, is used to return chunks when the objects in
148 Like @code{obstack_init}, but specify chunks to be at least
285 Recall that the objects in an obstack are grouped into chunks. When all
332 Because memory in obstack chunks is used sequentially, it is possible to
628 @cindex efficiency of chunks
[all …]
/toolchain/binutils/binutils-2.27/include/
Dobjalloc.h48 void *chunks; member
/toolchain/binutils/binutils-2.27/gprof/
DChangeLog-2005153 * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
/toolchain/binutils/binutils-2.27/zlib/doc/
Dtxtvsbin.txt92 large chunks of textual data. Furthermore, "polluted" plain text should
/toolchain/binutils/binutils-2.27/zlib/
DFAQ244 Each call of inflate() or deflate() is limited to input and output chunks
246 type, but there is no limit to the number of chunks. Note however that the
/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c6178 Frame_Chunk *chunks = 0, *forward_refs = 0; in display_debug_frames() local
6258 fc->next = chunks; in display_debug_frames()
6259 chunks = fc; in display_debug_frames()
6322 for (cie = chunks; cie ; cie = cie->next) in display_debug_frames()
DChangeLog-9197744 prefix_addresses is set, disassemble in chunks headed by a
/toolchain/binutils/binutils-2.27/cpu/
Dxstormy16.cpu217 ; Main opcodes in 4 bit chunks
/toolchain/binutils/binutils-2.27/bfd/
DChangeLog-20102990 0x80008000 chunks.
DChangeLog-2014911 (tekhex_set_section_contents): Don't create initial chunks.
/toolchain/benchmark/
Dpanorama.diff8808 + /*Determine number of 124 element chunks needed*/
9505 + // mayban: to revert to the original full chunks state, change the line below to: nc = 128;
10140 + /*Compute max of 2x5 chunks*/
10142 + /*Compute max of pairs of 2x5 chunks*/
16557 + /*Count cost in chunks and decimate hypotheses
16799 + \param chunk_size size of cost chunks
23385 + * \param chunk_size size of cost chunks
/toolchain/binutils/binutils-2.27/
Dlibtool.m4281 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
/toolchain/binutils/binutils-2.27/ld/
Dld.texinfo6760 necessary chunks to keep bus reads below 8 words.