summaryrefslogtreecommitdiff
path: root/glib/gslice.c
Commit message (Expand)AuthorAgeFilesLines
* gslice: Mark memory arguments and return values as nullable when it's the caseMarco Trevisan (Treviño)2023-02-031-9/+9
* gslice: Do not try to memset-0 NULL a pointerMarco Trevisan (Treviño)2023-02-031-1/+1
* gslice: Use g_free_sized() instead of g_free()Philip Withnall2023-02-021-9/+11
* gslice: Remove slice allocator and use malloc() insteadNatanael Copa2023-01-251-1481/+62
* gslice: Tag mem_error() as not returning because it abortsPhilip Withnall2022-11-181-1/+1
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Fix global variable name hidden by local variables in glib/gslice.cLoic Le Page2022-02-181-34/+34
* Merge branch 'static-analysis' into 'main'Philip Withnall2021-10-181-1/+1
|\
| * gslice: Fix page size being limited to int instead of gsizeEgor Bychin2021-10-151-1/+1
* | Fix signedness warning in glib/gslice.cEmmanuel Fleury2021-10-121-1/+1
|/
* docs: Break gtk-doc stanzas into paragraphsEmmanuele Bassi2021-08-021-6/+9
* glib: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-02-041-1/+1
* gslice: Inline win32 implementation of g_getenv() to avoid deadlockPhilip Withnall2020-10-151-0/+44
* glib: Use g_getenv everywhere instead of getenvNirbheek Chauhan2020-07-231-1/+1
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-3/+3
* Replace fallthrough comments with G_GNUC_FALLTHROUGHTimm Bäder2020-03-041-0/+1
* glib: Stop using g_get_current_time() in various placesPhilip Withnall2019-07-291-3/+2
* Annotate various types and macros as deprecatedPhilip Withnall2019-05-301-0/+2
* gslice: Use a convenience macroPeter Bloomfield2019-04-031-4/+2
* Fixing signedness warning in glib/gslice.cEmmanuel Fleury2019-03-171-1/+4
* gthread: Add g_private_set_alloc0() internal convenience APIPhilip Withnall2019-01-071-2/+2
* Remove posix_memalign() checks for an old glibc bugChristoph Reiter2018-05-311-10/+5
* Fix Windows build errors in valgrind.hXavier Claessens2018-05-281-1/+3
* gslice: Use g_fprintf() instead of fprintf()Xavier Claessens2018-05-261-10/+11
* ci: fix warnings and enable --werror for the mingw buildChristoph Reiter2018-04-251-0/+6
* docs: add missing '*' chars at start of doc-commentsStefan Sauer2017-11-121-1/+1
* docs: Fix a typo in the GSlice documentationPhilip Withnall2017-10-111-8/+8
* gslice: Fix inline delarations in GSlicePhilip Withnall2017-08-031-4/+9
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-1/+3
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-6/+32
* Revert "Bug 724590 - GSlice slab_stack corruption"Ryan Lortie2014-04-161-2/+1
* Bug 724590 - GSlice slab_stack corruptionJohn Ralls2014-04-151-1/+2
* docs: let go of *Matthias Clasen2014-02-141-6/+6
* Eradicate links and xrefsMatthias Clasen2014-02-081-20/+13
* Docs: replace <literal> by `Matthias Clasen2014-02-061-10/+10
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-2/+4
* Annotate all examples with their languageMatthias Clasen2014-02-011-2/+2
* Docs: Convert examples to |[ ]|Matthias Clasen2014-01-311-14/+11
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Docs: don't use <footnote>Matthias Clasen2014-01-301-4/+3
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-1/+1
* Require C90 complianceDan Winship2013-11-201-10/+4
* gslice: don't misuse g_mutex_init()Ryan Lortie2013-11-061-2/+0
* gslice: disable by default under valgrindRyan Lortie2013-04-221-0/+13
* comments/docs: Fix couple of typosRavi Sankar Guntur2012-01-281-2/+2
* Move slice and hook docs inlineMatthias Clasen2011-11-141-0/+255
* Cleanups to debug env var handlingMatthias Clasen2011-11-121-30/+18
* Move GTrashStack out of gutils.[hc]Matthias Clasen2011-10-161-0/+1
* Move environment-related functions into their own filesMatthias Clasen2011-10-151-1/+19