mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: add sysprof_getpagesize()
This is a helper to get the page size on various platforms so that calling code does not need to duplicate that effort.
This commit is contained in:
@ -61,6 +61,8 @@
|
||||
G_BEGIN_DECLS
|
||||
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
int sysprof_memfd_create (const gchar *desc);
|
||||
int sysprof_memfd_create (const gchar *desc);
|
||||
SYSPROF_AVAILABLE_IN_3_36
|
||||
gsize sysprof_getpagesize (void);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user