Searched defs:size (Results 1 – 8 of 8) sorted by relevance
/include/ |
A D | libc-pointer-arith.h | 46 #define ALIGN_DOWN(base, size) ((base) & -((__typeof__ (base)) (size))) argument 53 #define ALIGN_UP(base, size) ALIGN_DOWN ((base) + (size) - 1, (size)) argument 56 #define PTR_ALIGN_DOWN(base, size) \ argument 60 #define PTR_ALIGN_UP(base, size) \ argument 64 #define PTR_IS_ALIGNED(base, size) \ argument
|
A D | alloca.h | 15 # define __alloca(size) __builtin_alloca (size) argument 27 # define alloca_account(size, avar) \ argument
|
A D | rtld-malloc.h | 54 malloc (size_t size) in malloc() 60 realloc (void *ptr, size_t size) in realloc()
|
A D | alloc_buffer.h | 123 alloc_buffer_create (void *start, size_t size) in alloc_buffer_create() 141 struct alloc_buffer alloc_buffer_allocate (size_t size, void **pptr) in alloc_buffer_allocate() 206 __alloc_buffer_assert_size (size_t size) in __alloc_buffer_assert_size() 246 __alloc_buffer_alloc (struct alloc_buffer *buf, size_t size, size_t align) in __alloc_buffer_alloc() 357 alloc_buffer_copy_bytes (struct alloc_buffer *buf, const void *src, size_t size) in alloc_buffer_copy_bytes()
|
A D | stdlib.h | 311 unsigned int size; member
|
A D | inline-hashtab.h | 33 size_t size; member 91 size_t size = htab->size; in find_empty_slot_for_expand() local 188 size_t size; in htab_find_slot() local
|
A D | file_change_detection.h | 33 off64_t size; member
|
A D | libc-symbols.h | 327 #define declare_symbol_alias(symbol, original, type, size) \ argument 330 # define declare_symbol_alias_1(symbol, original, type, size) \ argument 335 # define declare_symbol_alias_1(symbol, original, type, size) \ argument
|
Completed in 16 milliseconds