Home
last modified time | relevance | path

Searched refs:should_clear_after_alloc (Results 1 – 6 of 6) sorted by relevance

/external/python/pyopenssl/src/OpenSSL/
D_util.py18 no_zero_allocator = ffi.new_allocator(should_clear_after_alloc=False)
/external/python/cffi/c/
Dffi_obj.c391 int should_clear_after_alloc = 1; in ffi_new_allocator() local
396 &should_clear_after_alloc)) in ffi_new_allocator()
408 PyBool_FromLong(should_clear_after_alloc)); in ffi_new_allocator()
/external/python/cffi/testing/cffi1/
Dtest_ffi_obj.py340 alloc2 = ffi.new_allocator(should_clear_after_alloc=False)
368 should_clear_after_alloc=False)
/external/python/cffi/cffi/
Dapi.py266 should_clear_after_alloc=True): argument
282 should_clear_after_alloc)
/external/python/cffi/testing/cffi0/
Dtest_ffi_backend.py71 should_clear_after_alloc=False)
/external/python/cffi/doc/source/
Dref.rst551 **ffi.new_allocator(alloc=None, free=None, should_clear_after_alloc=True)**:
564 If ``should_clear_after_alloc`` is set to False, then the memory
571 new_nonzero = ffi.new_allocator(should_clear_after_alloc=False)