Esempio n. 1
0
 def func(x):
     return ffi.sizeof(x)
Esempio n. 2
0
def gc_delalloc(items, type):
    p = gc.boehm_malloc(items * sizeof(type))

    return cast(p, Pointer[type])
Esempio n. 3
0
def gc_delalloc(items, type):
    p = gc.boehm_malloc(items * sizeof(type))

    return cast(p, Pointer[type])