Home
last modified time | relevance | path

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

/dports/devel/ga/ga-5.8/global/src/
H A Dbase.c139 static Integer GA_total_memory = -1; variable
575 if(!pnga_uses_ma()) return(GA_total_memory); in pnga_memory_avail()
605 GA_total_memory= -1; in pnga_set_memory_limit()
610 GA_total_memory = GA_memory_limit = mem_limit; in pnga_set_memory_limit()
631 GA_total_memory =GA_memory_limit = mem_limit; in pnga_initialize_ltd()
2217 status = (GA_total_memory >= 0) ? 1 : 0; in pnga_set_property()
2404 status = (GA_total_memory >= 0) ? 1 : 0; in pnga_unset_property()
2743 status = (GA_total_memory >= 0) ? 1 : 0; in pnga_allocate()
3560 GA_total_memory -= bytes+extra; in GA_Getmem()
3561 status = (GA_total_memory >= 0) ? 1 : 0; in GA_Getmem()
[all …]