Searched refs:chunk (Results 1 – 10 of 10) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/gnu/ |
A D | obstack.c | 192 chunk = h->chunk = CALL_CHUNKFUN (h, h -> chunk_size); 193 if (!chunk) 195 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, 199 chunk->prev = 0; 240 chunk = h->chunk = CALL_CHUNKFUN (h, h -> chunk_size); in _obstack_begin_1() 241 if (!chunk) in _obstack_begin_1() 247 chunk->prev = 0; in _obstack_begin_1() 280 h->chunk = new_chunk; in _obstack_newchunk() 341 lp = (h)->chunk; in _obstack_allocated_p() 364 lp = h->chunk; in obstack_free() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | obstack.h | 287 (__o->chunk->prev == 0 \ 289 __o->chunk->contents, \ 391 if (__o1->next_free - (char *)__o1->chunk \ 392 > __o1->chunk_limit - (char *)__o1->chunk) \ 414 ((h)->chunk->prev == 0 \ 415 && (h)->next_free == __PTR_ALIGN ((char *) (h)->chunk, \ 416 (h)->chunk->contents, \ 489 (((h)->next_free - (char *) (h)->chunk \ 490 > (h)->chunk_limit - (char *) (h)->chunk) \ 496 ( (h)->temp.tempint = (char *) (obj) - (char *) (h)->chunk, \ [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/ |
A D | memory_resource.cc | 445 struct chunk : bitset struct 447 chunk() = default; 459 chunk(chunk&& c) noexcept in chunk() argument 467 chunk& operator=(chunk&& c) noexcept in operator =() argument 527 void swap(chunk& c) noexcept in swap() argument 537 friend void swap(chunk& l, chunk& r) { l.swap(r); } in swap() 547 static_assert(sizeof(chunk) 683 using word = chunk::word; in replenish() 685 const auto __bits = chunk::bits_per_word; in replenish() 730 using value_type = chunk; [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/ |
A D | memory_resource.cc | 445 struct chunk : bitset struct 447 chunk() = default; 459 chunk(chunk&& c) noexcept in chunk() argument 467 chunk& operator=(chunk&& c) noexcept in operator =() argument 527 void swap(chunk& c) noexcept in swap() argument 537 friend void swap(chunk& l, chunk& r) { l.swap(r); } in swap() 547 static_assert(sizeof(chunk) 683 using word = chunk::word; in replenish() 685 const auto __bits = chunk::bits_per_word; in replenish() 730 using value_type = chunk; [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | memory_resource.cc | 476 struct chunk : bitset struct 478 chunk() = default; 490 chunk(chunk&& c) noexcept in chunk() argument 498 chunk& operator=(chunk&& c) noexcept in operator =() argument 558 void swap(chunk& c) noexcept in swap() argument 568 friend void swap(chunk& l, chunk& r) { l.swap(r); } in swap() 578 static_assert(sizeof(chunk) 708 using word = chunk::word; in replenish() 710 const auto __bits = chunk::bits_per_word; in replenish() 755 using value_type = chunk; [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sh64/ |
A D | memcpy.S | 30 ! bytes memory chunk to b copied, the rest of the word can be read
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | memory_resource | 386 /** @brief Upper limit on number of blocks in a chunk.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | memory_resource | 376 /** @brief Upper limit on number of blocks in a chunk.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | memory_resource | 378 /** @brief Upper limit on number of blocks in a chunk.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | tst-regex2.dat | 629 closed objects occupied a trailing contiguous chunk of static TLS area.
|
Completed in 24 milliseconds