Home
last modified time | relevance | path

Searched defs:size (Results 1 – 8 of 8) sorted by relevance

/include/
A Dlibc-pointer-arith.h46 #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 Dalloca.h15 # define __alloca(size) __builtin_alloca (size) argument
27 # define alloca_account(size, avar) \ argument
A Drtld-malloc.h54 malloc (size_t size) in malloc()
60 realloc (void *ptr, size_t size) in realloc()
A Dalloc_buffer.h123 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 Dstdlib.h311 unsigned int size; member
A Dinline-hashtab.h33 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 Dfile_change_detection.h33 off64_t size; member
A Dlibc-symbols.h327 #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