summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/mem-pool.c
Commit message (Expand)AuthorAgeFilesLines
* core: avoid dynamic TLS allocation when possibleXavi Hernandez2019-03-051-67/+31
* core: fix hang issue in __gf_freeSusant Palai2019-04-221-1/+0
* core: handle memory accounting correctlyXavi Hernandez2019-04-121-106/+87
* mem-pool: remove dead code.Yaniv Kaul2019-03-211-70/+0
* Revert "iobuf: Get rid of pre allocated iobuf_pool and use per thread mem pool"Amar Tumballi2019-01-041-1/+1
* iobuf: Get rid of pre allocated iobuf_pool and use per thread mem poolPoornima G2018-11-211-1/+1
* mem-pool: Add api to mem_get based on requested sizePoornima G2018-11-211-20/+102
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-11-291-4/+4
* mem-pool: minor fix and clarificationXavi Hernandez2018-11-271-3/+10
* libglusterfs: fix memory corruption caused by per-thread mem poolsXavi Hernandez2018-11-071-57/+74
* coverity: ignore tainted access reported in gf_freeShyamsundarR2018-11-071-1/+7
* mem-pool: change the values to 64bitsAmar Tumballi2018-10-291-0/+1
* coverity: ignore tainted access reported in gf_freeShyamsundarR2018-10-151-0/+10
* Land part 2 of clang-format changesGluster Ant2018-09-121-678/+676
* coverity: libglusterfs issuesAmar Tumballi2018-08-181-1/+2
* core/memacct: save allocs in mem_acct_rec listN Balachandran2017-12-061-1/+33
* core: Verify pool pointer before destroying itAkarsha Rai2017-09-281-0/+3
* mempool: fix code when GF_DISABLE_MEMPOOL is definedNiels de Vos2017-08-181-3/+5
* gfapi: adds a glfs_mem_header for exported memoryKinglong Mee2017-08-301-33/+0
* mem-pool: count allocations done per user-poolNiels de Vos2017-08-291-0/+5
* mem-pool: track glusterfs_ctx_t in struct mem_poolNiels de Vos2017-08-291-1/+17
* mem-pool: add tracking of mem_pool that requested the allocationNiels de Vos2017-08-041-28/+32
* mem-pool: track and verify initialization stateNiels de Vos2017-07-261-8/+32
* mem-pool: free objects from pools on mem_pools_fini()Niels de Vos2017-07-131-2/+27
* mem-pool: initialize pthread_key_t pool_key in mem_pool_init_early()Niels de Vos2017-07-141-14/+48
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-181-2/+3
* gfapi+libglusterfs: fix mem_pools_fini without mem_pools_init caseJeff Darcy2017-07-071-2/+16
* libglusterfs: add mem_pools_finiJeff Darcy2017-06-301-5/+28
* libglusterfs: fix disable-mempoolJeff Darcy2017-06-271-3/+3
* libglusterfs: build failed with GF_DISABLE_MEMPOOLJi-Hyeon Gim2017-06-061-1/+1
* mem-pool: use gf_atomic_t for atomic countersNiels de Vos2017-04-071-4/+9
* libglusterfs: provide standardized atomic operationsNiels de Vos2017-03-291-2/+2
* Free arg_save when malloc failMichael Scherer2017-02-281-0/+1
* libglusterfs: make memory pools more thread-friendlyJeff Darcy2016-10-141-221/+303
* core: Disable the memory pooler in Gluster via a build flagShreyas Siravara2016-12-151-2/+16
* libglusterfs:Now mempool is added to ctx pool list under a lockRajesh Joseph2016-11-141-1/+5
* libglusterfs/mem-pool: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-151-1/+0
* libglusterfs: add gf_get_mem_type()Niels de Vos2016-08-061-0/+21
* libglusterfs: fix glusterd statedump crashAtin Mukherjee2016-05-311-0/+4
* statedump: Prevent (null) typestr to be printedPranith Kumar K2016-04-241-4/+0
* libglusterfs: coverity fixSakshi2015-04-151-0/+1
* mem-pool,stack,store,syncop,timer/libglusterfs : Porting to a new logging fra...Mohamed Ashiq2015-05-191-12/+24
* core: use reference counting for mem_acct structuresJeff Darcy2015-04-281-42/+59
* mem-pool: invalidate memory on GF_FREE to aid debuggingNiels de Vos2015-03-261-53/+83
* testing: Switch to cmocka the successor of cmockery2Niels de Vos2015-02-181-2/+1
* glusterd: statedump supportAtin Mukherjee2014-09-041-0/+4
* build: Support for unit tests using Cmockery2Luis Pabon2014-04-231-0/+9
* libglusterfs: Fix unused variable warningPranith Kumar K2014-05-231-3/+3
* libglusterfs: Provide a way to disable mempool effectsPranith Kumar K2014-05-211-1/+3
* mem-accounting: store type string and print in metaAnand Avati2014-03-291-7/+9