Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Macros | Typedefs
wmem_queue.h File Reference
#include <string.h>
#include <glib.h>
#include "wmem_core.h"
#include "wmem_list.h"

Go to the source code of this file.

Macros

#define wmem_queue_count(X)   wmem_list_count(X)
 
#define wmem_queue_peek(QUEUE)   wmem_stack_peek(QUEUE)
 
#define wmem_queue_pop(QUEUE)   wmem_stack_pop(QUEUE)
 
#define wmem_queue_push(QUEUE, DATA)   wmem_list_append((QUEUE), (DATA))
 
#define wmem_queue_new(ALLOCATOR)   wmem_list_new(ALLOCATOR)
 
#define wmem_destroy_queue(QUEUE)   wmem_destroy_list(QUEUE)
 

Typedefs

typedef wmem_list_t wmem_queue_t
 

Detailed Description

Definitions for the Wireshark Memory Manager Queue Copyright 2013, Evan Huus eapac.nosp@m.he@g.nosp@m.mail..nosp@m.com

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later