mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-25 05:26:14 +01:00
9 lines
300 B
D
9 lines
300 B
D
|
provider glib {
|
||
|
probe mem__alloc(void*, unsigned int, unsigned int, unsigned int);
|
||
|
probe mem__realloc(void*, void *, unsigned int, unsigned int);
|
||
|
probe mem__free(void*);
|
||
|
probe slice__alloc(void*, unsigned int);
|
||
|
probe slice__free(void*, unsigned int);
|
||
|
probe quark__new(char *, unsigned int);
|
||
|
};
|