Searched refs:chunks (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | objalloc.c | 95 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 …]
|
D | obstacks.texi | 29 * 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/ |
D | objalloc.h | 48 void *chunks; member
|
/toolchain/binutils/binutils-2.27/gprof/ |
D | ChangeLog-2005 | 153 * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
|
/toolchain/binutils/binutils-2.27/zlib/doc/ |
D | txtvsbin.txt | 92 large chunks of textual data. Furthermore, "polluted" plain text should
|
/toolchain/binutils/binutils-2.27/zlib/ |
D | FAQ | 244 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/ |
D | dwarf.c | 6178 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()
|
D | ChangeLog-9197 | 744 prefix_addresses is set, disassemble in chunks headed by a
|
/toolchain/binutils/binutils-2.27/cpu/ |
D | xstormy16.cpu | 217 ; Main opcodes in 4 bit chunks
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | ChangeLog-2010 | 2990 0x80008000 chunks.
|
D | ChangeLog-2014 | 911 (tekhex_set_section_contents): Don't create initial chunks.
|
/toolchain/benchmark/ |
D | panorama.diff | 8808 + /*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/ |
D | libtool.m4 | 281 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ld.texinfo | 6760 necessary chunks to keep bus reads below 8 words.
|