• Rob Shearman's avatar
    rpcrt4: Fix -Oi interpreter for base types. · 259ccc57
    Rob Shearman authored
    Don't call memory sizing rountines to compute the size of a type, since
    memory sizing routines have side effects like checking there is enough
    space in the buffer for the type and incrementing the buffer pointer.
    Instead, create a function which returns the necessary size of the
    limited set of types we can encounter and remove call_memory_sizer which
    is no longer needed.
    259ccc57
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
ChangeLog Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...