Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dgen.cc125 const int ALLOC16=4*32; variable
127 static unsigned int freeslot16[ALLOC16/32]={0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff};
132 const int ALLOC16=16*32; variable
139 static unsigned int freeslot16[ALLOC16/32]={
153 static four_int tab16[ALLOC16];
178 for (i=0;i<ALLOC16/32;++i){ in allocfast()
213 ((size_t)obj<(size_t) &tab16[ALLOC16] ) ){ in deletefast()