You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// mallctl() fills the value with 32 bit integer for some queries("arenas.nbins" for example).
29
29
/// In this case variable 'size' will be changed from 8 to 4 and the 64 bit variable 'value' will hold the 32 bit actual value times 2^32 on big-endian machines.
30
30
/// We should right shift the value by 32 on big-endian machines(which is unnecessary on little-endian machines).
0 commit comments