Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dobstack.h123 #define __BPTR_ALIGN(B, P, A) ((B) + (((P) - (B) + (A)) & ~(A))) macro
133 __BPTR_ALIGN (sizeof (PTR_INT_TYPE) < sizeof (void *) ? (B) : (char *) 0, \
/glibc-2.36/ChangeLog.old/
DChangeLog.163479 (__BPTR_ALIGN, __PTR_ALIGN): New macros.