Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/examples/manual/
H A 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/
H A 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/binutils.old/dist/bfd/
H A 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/
H A 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/
H A 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/
H A Dgcc.info34876 ALLOCATE declared with attributes ALLOC_SIZE, MALLOC, and NOTHROW.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgcc.info31693 ALLOCATE declared with attributes ALLOC_SIZE, MALLOC, and NOTHROW.