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
junk by bcharder
33 days ago
tcl by egavilan
42 days ago
tcl by Stu
44 days ago
tcl by Stu
44 days ago
tcl by oldlaptop
77 days ago
tcl by oldlaptop
77 days ago
tcl by Molnija Bjornsson
83 days ago
tcl by Molnija Bjornsson
83 days ago
tcl by zmoment
83 days ago
tcl by zmoment
83 days ago
Submit
New paste
Documentation
From Jabber