#include <string.h>
#include <glib.h>
#include "wmem_core.h"
#include "wmem_list.h"
Go to the source code of this file.
|
#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) |
|
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