Home
last modified time | relevance | path

Searched defs:free_list (Results 1 – 25 of 31) sorted by relevance

12

/external/python/cpython3/Modules/_ctypes/
Dmalloc_closure.c30 static ITEM *free_list; variable
/external/python/cpython2/Modules/_ctypes/
Dmalloc_closure.c30 static ITEM *free_list; variable
/external/python/cffi/c/
Dmalloc_closure.h85 static union mmaped_block *free_list = 0; variable
/external/rust/crates/thread_local/src/
Dthread_id.rs20 free_list: BinaryHeap<Reverse<usize>>, field
/external/wayland/src/
Dwayland-private.h73 uint32_t free_list; member
/external/libnetfilter_conntrack/src/conntrack/
Dlabels.c134 static void free_list(struct labelmap_bucket *b) in free_list() function
/external/python/cpython2/Objects/
Dmethodobject.c10 static PyCFunctionObject *free_list = NULL; variable
Dframeobject.c478 static PyFrameObject *free_list = NULL; variable
Dtupleobject.c18 static PyTupleObject *free_list[PyTuple_MAXSAVESIZE]; variable
Dintobject.c45 static PyIntObject *free_list = NULL; variable
Dfloatobject.c35 static PyFloatObject *free_list = NULL; variable
Dsetobject.c54 static PySetObject *free_list[PySet_MAXFREELIST]; variable
Dclassobject.c10 static PyMethodObject *free_list; variable
/external/squashfs-tools/squashfs-tools/
Dcaches-queues-lists.h170 struct file_buffer *free_list; member
Dunsquashfs.h137 struct cache_entry *free_list; member
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_primary32.h281 IntrusiveList<TransferBatch> free_list; in ALIGNED() local
/external/rust/crates/crossbeam-utils/src/sync/
Dsharded_lock.rs580 free_list: Vec<usize>, field
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dffi.c559 ffi_trampoline_table_entry *free_list; member
/external/libffi/src/
Dclosures.c167 ffi_trampoline_table_entry *free_list; member
/external/python/cpython3/Objects/
Dtupleobject.c29 static PyTupleObject *free_list[PyTuple_MAXSAVESIZE]; variable
Dframeobject.c563 static PyFrameObject *free_list = NULL; variable
Dfloatobject.c28 static PyFloatObject *free_list = NULL; variable
Dlistobject.c104 static PyListObject *free_list[PyList_MAXFREELIST]; variable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h513 LFStack<Batch> free_list; member
863 IntrusiveList<Batch> free_list; member
/external/e2fsprogs/lib/support/
Dprofile.c231 static void free_list(char **list) in free_list() function

12