Searched refs:ALLOC_SIZE (Results 1 – 7 of 7) sorted by relevance
9 #define ALLOC_SIZE 32 /* for (re)allocating the buffer */ macro28 buffer = malloc(ALLOC_SIZE);29 max_size = ALLOC_SIZE;82 buffer = realloc(buffer,max_size + ALLOC_SIZE);83 max_size += ALLOC_SIZE;
45 ALLOC_SIZE = 0, enumerator91 ext[ALLOC_SIZE].si = xsize; in mpfr_round_nearest_away_begin()164 xsize = ext[ALLOC_SIZE].si; in mpfr_round_nearest_away_end()
239 #define ALLOC_SIZE (4064) macro252 want = ALLOC_SIZE; in ecoff_add_bytes()256 if (want < ALLOC_SIZE) in ecoff_add_bytes()257 want = ALLOC_SIZE; in ecoff_add_bytes()
6128 -- Function: void * allocate_function (size_t ALLOC_SIZE)6129 Return a pointer to newly allocated space with at least ALLOC_SIZE
34876 ALLOCATE declared with attributes ALLOC_SIZE, MALLOC, and NOTHROW.
31693 ALLOCATE declared with attributes ALLOC_SIZE, MALLOC, and NOTHROW.