mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: add clear/reset API for mapped ring buffer
This commit is contained in:
@ -66,6 +66,8 @@ MappedRingBuffer *mapped_ring_buffer_ref (MappedRingBuffer
|
||||
G_GNUC_INTERNAL
|
||||
void mapped_ring_buffer_unref (MappedRingBuffer *self);
|
||||
G_GNUC_INTERNAL
|
||||
void mapped_ring_buffer_clear (MappedRingBuffer *self);
|
||||
G_GNUC_INTERNAL
|
||||
gpointer mapped_ring_buffer_allocate (MappedRingBuffer *self,
|
||||
gsize length);
|
||||
G_GNUC_INTERNAL
|
||||
|
||||
Reference in New Issue
Block a user