StackAlloc align
Posted to
tcl
by miguel at Tue Mar 18 15:54:31 GMT 2008
view raw
static inline int
OFFSET(
Tcl_Obj **markerPtr)
{
int mask, i;
mask = TCL_ALLOCALIGN-1;
markerPtr++;
for
(i=1; (markerPtr & mask); i++, markerPtr++) {}
return
i;
}
Recent Posts
tcl by oldlaptop
8 days ago
tcl by mookie
14 days ago
tcl by dandyn
21 days ago
tcl by Bradipo
21 days ago
tcl by Bradipo
21 days ago
tcl by oldlaptop
46 days ago
tcl by oldlaptop
46 days ago
tcl by mookie
51 days ago
tcl by mookie
51 days ago
tcl by georgtree
52 days ago
Submit
New paste
Documentation
From Jabber