Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dmemusage.c152 catomic_max (&peak_heap, heap); in update_data()
175 catomic_max (&peak_stack, current_stack); in update_data()
178 catomic_max (&peak_total, heap + current_stack); in update_data()
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/
Datomic-machine.h175 # define catomic_max(mem, value) atomic_max (mem, value) macro
/glibc-2.36/include/
Datomic.h250 #ifndef catomic_max
251 # define catomic_max(mem, value) \ macro