Home
last modified time | relevance | path

Searched defs:freelist_head (Results 1 – 16 of 16) sorted by relevance

/dports/cad/stepcode/stepcode-0.8/include/express/
H A Dmemory.h45 struct freelist_head { struct
46 int size_elt; /**< size of a single elt */
48 int alloc; /**< # of allocations */
49 int dealloc;
50 int create; /**< number of calls to create a new freelist */
51 Generic max; /**< end of freelist */
53 int size; /**< size of a single elt incl. next ptr */
54 int bytes; /**< if we run out, allocate memory by this many bytes */
55 Freelist * freelist;
79 SC_EXPRESS_EXPORT void MEMinitialize PROTO( ( struct freelist_head * flh, unsigned int size, int… argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dfreelist.h23 struct freelist_head { struct
30 static inline void __freelist_add(struct freelist_node *node, struct freelist_head *list) in __freelist_add() argument
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dfreelist.h23 struct freelist_head { struct
30 static inline void __freelist_add(struct freelist_node *node, struct freelist_head *list) in __freelist_add() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dfreelist.h23 struct freelist_head { struct
30 static inline void __freelist_add(struct freelist_node *node, struct freelist_head *list) in __freelist_add() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/partition_allocator/
H A Dthread_cache.h168 PartitionFreelistEntry* freelist_head; member
H A Dpartition_page.h87 PartitionFreelistEntry* freelist_head; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/base/allocator/partition_allocator/
H A Dpartition_page.h53 PartitionFreelistEntry* freelist_head; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/allocator/partition_allocator/
H A Dpartition_page.h67 PartitionFreelistEntry* freelist_head; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/base/allocator/partition_allocator/
H A Dpartition_page.h67 PartitionFreelistEntry* freelist_head; member
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/timer/
H A DSDL_timer.c106 SDL_Timer *freelist_head = NULL; in SDL_TimerThread() local
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/timer/
H A DSDL_timer.c106 SDL_Timer *freelist_head = NULL; in SDL_TimerThread() local
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/timer/
H A DSDL_timer.c106 SDL_Timer *freelist_head = NULL; in SDL_TimerThread() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/timer/
H A DSDL_timer.c106 SDL_Timer *freelist_head = NULL; in SDL_TimerThread() local
/dports/devel/sdl20/SDL2-2.0.18/src/timer/
H A DSDL_timer.c108 SDL_Timer *freelist_head = NULL; in SDL_TimerThread() local
/dports/x11/controllermap/SDL2-2.0.18/src/timer/
H A DSDL_timer.c108 SDL_Timer *freelist_head = NULL; in SDL_TimerThread() local
/dports/sysutils/R-cran-processx/processx/src/
H A Dprocessx-connection.c1565 processx__connection_freelist_t freelist_head = { 0, 0 }; variable