summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/mem-pool.c
Commit message (Expand)AuthorAgeFilesLines
* core: Convert mem_get(0) and mem_put functions to Macors (#1908)mohit842020-12-141-29/+9
* libglusterfs: cleanup --disable-mempoolDmitry Antipov2020-07-291-52/+61
* statedump: Dump xlator-name for mem-pool objectPranith Kumar K2020-07-281-0/+1
* Segmentation fault occurs during truncatekinsu2019-09-191-0/+8
* core: Prevent crash on process terminationXavi Hernandez2020-02-191-19/+11
* core: fix memory pool management racesXavi Hernandez2020-02-071-92/+109
* core: avoid NULL pointer dereferenceDmitry Antipov2019-12-041-4/+13
* core: fix memory allocation issuesXavi Hernandez2019-06-211-26/+31
* multiple files: another attempt to remove includesYaniv Kaul2019-06-091-2/+2
* libglusterfs: Fix compilation when --disable-mempool is usedPranith Kumar K2019-05-061-0/+5
* mem-pool.{c|h}: minor changesYaniv Kaul2019-02-271-25/+12
* 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