Files
2025-11-27 02:27:27 +00:00

48 lines
1.1 KiB
C

/*
CIRCULAR_QUEUE.C
symbols in this file:
00108580 0010:
_circular_queue_reset (0000)
00108590 0070:
_code_00108590 (0000)
00108600 0060:
_circular_queue_new (0000)
00108660 0030:
_circular_queue_delete (0000)
00108690 0020:
_circular_queue_size (0000)
001086B0 0030:
_circular_queue_free_space (0000)
001086E0 00f0:
_circular_queue_queue_data (0000)
001087D0 0100:
_circular_queue_dequeue_data (0000)
0027D1DC 002e:
??_C@_0CO@NAJBHEFM@the?5circular?5queue?5?$EA?$CFp?5appears?5t@ (0000)
0027D20C 0027:
??_C@_0CH@CMCOODHF@c?3?2halo?2SOURCE?2memory?2circular_q@ (0000)
0027D238 0041:
??_C@_0EB@KGLMCPKK@queue?9?$DOwrite_offset?$DO?$DN0?5?$CG?$CG?5queue?9@ (0000)
0027D27C 0034:
??_C@_0DE@GEMEIDKC@data?5?$CG?$CG?5data_size?$DO0?5?$CG?$CG?5data_size@ (0000)
0027D2B0 0031:
??_C@_0DB@LGMLFMAL@read_offset?$DO?$DN0?5?$CG?$CG?5read_offset?$DMqu@ (0000)
*/
/* ---------- headers */
/* ---------- constants */
/* ---------- macros */
/* ---------- structures */
/* ---------- prototypes */
/* ---------- globals */
/* ---------- public code */
/* ---------- private code */