????

Your IP : 216.73.216.174


Current Path : /usr/share/systemtap/tapset/
Upload File :
Current File : //usr/share/systemtap/tapset/sizeof.stpm

// note, plain '@sizeof` may become a builtin syntax, PR18191

@define cast_sizeof(type) %(
    ( & @cast(0, @type) [1] )
%)

@define cast_module_sizeof(module, type) %(
    ( & @cast(0, @type, @module) [1] )
%)