Home
last modified time | relevance | path

Searched refs:ALLOC_SIZE (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/flex/dist/examples/manual/
Dstring1.lex9 #define ALLOC_SIZE 32 /* for (re)allocating the buffer */ macro
28 buffer = malloc(ALLOC_SIZE);
29 max_size = ALLOC_SIZE;
82 buffer = realloc(buffer,max_size + ALLOC_SIZE);
83 max_size += ALLOC_SIZE;
/netbsd/src/external/lgpl3/mpfr/dist/src/
Drndna.c45 ALLOC_SIZE = 0, enumerator
91 ext[ALLOC_SIZE].si = xsize; in mpfr_round_nearest_away_begin()
164 xsize = ext[ALLOC_SIZE].si; in mpfr_round_nearest_away_end()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Decofflink.c239 #define ALLOC_SIZE (4064) macro
252 want = ALLOC_SIZE; in ecoff_add_bytes()
256 if (want < ALLOC_SIZE) in ecoff_add_bytes()
257 want = ALLOC_SIZE; in ecoff_add_bytes()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Decofflink.c239 #define ALLOC_SIZE (4064) macro
252 want = ALLOC_SIZE; in ecoff_add_bytes()
256 if (want < ALLOC_SIZE) in ecoff_add_bytes()
257 want = ALLOC_SIZE; in ecoff_add_bytes()
/netbsd/src/external/lgpl3/gmp/dist/doc/
Dgmp.info-16128 -- Function: void * allocate_function (size_t ALLOC_SIZE)
6129 Return a pointer to newly allocated space with at least ALLOC_SIZE
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgcc.info34876 ALLOCATE declared with attributes ALLOC_SIZE, MALLOC, and NOTHROW.