Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dgen.cc123 const int ALLOC24=5*32; variable
126 …static unsigned int freeslot24[ALLOC24/32]={0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,0xfffff…
130 const int ALLOC24=16*32; variable
133 static unsigned int freeslot24[ALLOC24/32]={
152 static six_int tab24[ALLOC24];
169 for (i=0;i<ALLOC24/32;++i){ in allocfast()
207 ((size_t)obj < (size_t) &tab24[ALLOC24]) ){ in deletefast()