Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 16 of 16) sorted by relevance

/third_party/uapp/dash/src/
A Dmemalloc.c117 size_t aligned; in stalloc() local
119 aligned = SHELL_ALIGN(nbytes); in stalloc()
120 if (aligned > stacknleft) { in stalloc()
125 blocksize = aligned; in stalloc()
141 stacknxt += aligned; in stalloc()
142 stacknleft -= aligned; in stalloc()
/third_party/ulib/backtrace/
A Dmmap.c290 size_t aligned; in backtrace_vector_release() local
296 aligned = (size + 7) & ~ (size_t) 7; in backtrace_vector_release()
297 alc -= aligned - size; in backtrace_vector_release()
299 backtrace_free (state, (char *) vec->base + aligned, alc, in backtrace_vector_release()
/third_party/ulib/ngunwind/include/ngunwind/private/
A Dcompiler.h43 # define ALIGNED(x) __attribute__((aligned(x)))
/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc_macros.h87 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
A Djemalloc_macros.h.in87 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
A Djemalloc.h171 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
/third_party/ulib/jemalloc/test/unit/
A DSFMT.c1454 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1455 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1489 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1490 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1525 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1526 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1561 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1562 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
/third_party/lib/acpica/source/include/acpica/
A Dactbl.h242 } __attribute__((aligned(8))) ACPI_TABLE_FACS;
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl5118 { // aligned field definition (for verification)
5119 DWD0, 32, // aligned DWORD field
5120 DWD1, 32 // aligned DWORD field
5178 // initialize memory contents using aligned field entries
5187 // verify memory contents using aligned field entries
5196 // verify memory contents using aligned field entries
5205 // verify memory contents using aligned field entries
5214 // verify memory contents using aligned field entries
5223 // verify memory contents using aligned field entries
5232 // verify memory contents using aligned field entries
[all …]
/third_party/ulib/uboringssl/crypto/
A Dinternal.h125 #define alignas(x) __attribute__ ((aligned (x)))
/third_party/ulib/jemalloc/
A DINSTALL200 large allocations are page-aligned as an implementation artifact, which can
269 The pointer returned if the allocation succeeds is suitably aligned so
287 size classes that are not 16-byte-aligned (24, 40, and 56, assuming
A DChangeLog399 classes, and packed (less uniformly aligned) metadata layout improves CPU
838 + Fix error detection bugs for aligned memory allocation.
857 - Fix aligned huge reallocation (affected allocm()).
898 allocate/reallocate aligned zeroed memory, ask for optional extra memory
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal.h.in351 /* Return the nearest aligned address at or below a. */
355 /* Return the offset between a and the nearest aligned address at or below a. */
782 * small size class, every object is aligned at the smallest
/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
A Dec_commands.h379 #define __aligned(x) __attribute__((aligned(x)))
/third_party/ulib/musl/
A DWHATSNEW839 - malloc corruption on nonstandard kernels with non-page-aligned brk
1143 - NULL definition re-aligned with POSIX (requires (void *) cast)
/third_party/lib/acpica/
A Dchanges.txt9592 hardware support for non-aligned transfers.
11238 field within the non-aligned ACPI generic address structure.
11317 Address Structure. Since the structure is non-aligned, the alignment
11739 not end on an aligned boundary. Merged the read/write "datum length"
12301 occur beyond the end-of-region if the field is non-aligned but
14094 aligned properly with the parent block.
14240 non-aligned transfers, a check is made to guarantee proper address
15074 writing to an aligned field whose length is an exact multiple (2
15668 /proc output aligned for easier parsing.
15890 Problem fixed where a field read on an aligned field could cause a
[all …]

Completed in 70 milliseconds