Searched refs:alloc_size (Results 1 - 3 of 3) sorted by relevance

/seL4-refos-master/libs/libutils/include/utils/
H A Dattribute.h30 #define ALLOC_SIZE(args...) __attribute__((alloc_size(args)))
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Dattribute.h30 #define ALLOC_SIZE(args...) __attribute__((alloc_size(args)))
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c897 size_t alloc_size; local
1024 alloc_size = sizeof *p + strlen(pathname) + 1;
1029 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX;
1030 else alloc_size += n_th * per_th;
1032 p = calloc(1, alloc_size);

Completed in 92 milliseconds