OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_total_allocation
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl3/gmp/dist/
tal-notreent.c
45
static unsigned long
current_total_allocation
= 0;
variable
75
now =
current_total_allocation
+ size;
81
chunk_size = now -
current_total_allocation
+ HSIZ;
82
current_total_allocation
= now;
83
max_total_allocation =
current_total_allocation
;
87
chunk_size = max_total_allocation -
current_total_allocation
+ HSIZ;
88
current_total_allocation
= max_total_allocation;
125
current_total_allocation
-= (((char *) (tmp->end) - (char *) tmp) - HSIZ);
Completed in 79 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026