summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/mem-pool.h
Commit message (Expand)AuthorAgeFilesLines
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-304/+0
* all: fix the format string exceptionsAmar Tumballi2018-11-051-1/+2
* mem-pool: change the values to 64bitsAmar Tumballi2018-11-011-3/+3
* Land clang-format changesGluster Ant2018-09-121-154/+162
* libguestfs/src/mem-pool.h: switch from calloc() to malloc()Yaniv Kaul2018-08-201-14/+5
* core/memacct: save allocs in mem_acct_rec listN Balachandran2017-12-071-0/+6
* gfapi: adds a glfs_mem_header for exported memoryKinglong Mee2017-09-011-3/+0
* mem-pool: count allocations done per user-poolNiels de Vos2017-08-291-1/+2
* mem-pool: track glusterfs_ctx_t in struct mem_poolNiels de Vos2017-08-291-3/+13
* mem-pool: add tracking of mem_pool that requested the allocationNiels de Vos2017-08-281-3/+17
* mem-pool: initialize pthread_key_t pool_key in mem_pool_init_early()Niels de Vos2017-07-191-2/+3
* libglusterfs: add mem_pools_finiJeff Darcy2017-07-011-0/+1
* mem-pool: use gf_atomic_t for atomic countersNiels de Vos2017-04-101-4/+4
* libglusterfs: provide standardized atomic operationsNiels de Vos2017-04-051-8/+2
* libglusterfs: make memory pools more thread-friendlyJeff Darcy2017-02-021-15/+52
* libglusterfs: add gf_get_mem_type()Niels de Vos2016-08-151-0/+2
* core: use reference counting for mem_acct structuresJeff Darcy2015-05-091-11/+19
* mem-pool: invalidate memory on GF_FREE to aid debuggingNiels de Vos2015-03-301-1/+20
* libgfapi: revamp glfs_new functionHumble Devassy Chirammal2015-03-301-5/+7
* testing: Switch to cmocka the successor of cmockery2Niels de Vos2015-03-051-1/+3
* mem-accounting: store type string and print in metaAnand Avati2014-05-051-4/+5
* log: enhance gluster log format with message ID and standardize errno reportingShyamsundarR2014-03-281-3/+3
* build: GlusterFS Unit Test FrameworkLuis Pabon2014-03-061-0/+13
* stripe: remove unused param, handle mem alloc failureKaleb S. KEITHLEY2013-08-281-1/+1
* libglusterfs/mem-pool: implement gf_memdupRaghavendra2012-11-271-0/+15
* libglusterfs: implement gf_strndupRaghavendra G2012-11-211-0/+19
* core: reduce the usage of global variablesAmar Tumballi2012-08-031-2/+1
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-16/+7
* mempool: add more counters to understand the usage scenarios properlyAmar Tumballi2012-02-271-0/+3
* libglusterfs: fix GF_FREECsaba Henk2012-02-271-1/+1
* statedump: add more memory accounting related statsAmar Tumballi2011-09-221-2/+7
* mem-pool: Make mem-pool ptr avialable in ptrshishir gowda2011-08-251-1/+1
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* libglusterfs: gf_log_nomem() and other minor updatesAmar Tumballi2011-03-171-13/+51
* libglusterfs: logging/mem-pool section white-space cleanupAmar Tumballi2011-03-171-15/+13
* Copyright changesVijay Bellur2010-10-111-1/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* implemented graph printingCsaba Henk2010-10-021-0/+4
* Fix memory corruption in mem poolshishir gowda2010-08-181-0/+1
* Memory accounting changesVijay Bellur2010-04-231-0/+65
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* mem-pool: Include stdlib for calloc()Shehjar Tikoo2009-10-061-0/+1
* mem-pool,io-threads: Destroy mem-pool on deallocationShehjar Tikoo2009-05-211-0/+2
* mem-pool: Restructure mem-pool behaviourShehjar Tikoo2009-05-191-0/+1
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-261-1/+1
* Fix the order of CALLOC() argsShehjar Tikoo2009-02-191-1/+1
* Added all filesVikas Gorur2009-02-181-0/+54