index
:
platform/upstream/rsync
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_wearable
backup/rsync-3.1.1-20220217
pristine-tar
sandbox/backup/rsync_3.2.3_20240122
sandbox/dh0128.kwak/rsync-3.2.3-20220216
sandbox/rsync_3.2.7
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
pool_alloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-22
Imported Upstream version 3.2.7
upstream/3.2.7
upstream
TizenOpenSource
1
-3
/
+2
2022-02-16
Imported Upstream version 3.2.3
upstream/3.2.3
DongHun Kwak
1
-3
/
+3
2022-02-16
Imported Upstream version 3.2.0
upstream/3.2.0
DongHun Kwak
1
-3
/
+3
2008-11-09
Fixed a bunch of "warn_unused_result" compiler warnings.
Wayne Davison
1
-12
/
+21
2008-07-21
Use PTR_ADD for the new instances of void-pointer arithmetic.
Wayne Davison
1
-5
/
+5
2008-07-19
Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the setting
Wayne Davison
1
-5
/
+14
2008-07-18
Improved the alignment code and changed POOL_APPEND to POOL_PREPEND.
Wayne Davison
1
-61
/
+83
2007-08-21
In pool_free_old(), one code path was not clearing a "next" pointer,
Wayne Davison
1
-0
/
+1
2007-08-21
Fix pool_create() to honor the POOL_INTERN flag.
Wayne Davison
1
-1
/
+1
2007-06-06
Decided against the last change.
Wayne Davison
1
-7
/
+1
2007-06-06
Allow a NULL address to be passed to pool_free_old() to indicate that
Wayne Davison
1
-1
/
+7
2007-05-29
Added pool_free_old() and pool_boundary() functions to add a way to
Wayne Davison
1
-53
/
+103
2007-05-29
Tweaked a variable and a label to make them less confusing.
Wayne Davison
1
-6
/
+6
2007-05-29
- Fixed a bug where a pool_free() on the most-recently allocated pool
Wayne Davison
1
-28
/
+34
2006-11-19
Added "const" to appropriate char pointers.
Wayne Davison
1
-3
/
+2
2006-10-13
Changed strcpy() calls into strlcpy() calls, just to be extra safe.
Wayne Davison
1
-1
/
+1
2005-11-14
Twiddled some brace positions and removed a superfluous ';' in a macro.
Wayne Davison
1
-43
/
+19
2005-01-20
Use int64 instead of uint64.
Wayne Davison
1
-5
/
+5
2004-04-09
Missed one void-pointer-arithmetic case.
Wayne Davison
1
-1
/
+1
2004-04-09
AIX's cc was complaining about the void* arithmetic.
Wayne Davison
1
-6
/
+10
2004-02-10
Another attempt at measuring the minimum alignment for a system.
Wayne Davison
1
-1
/
+6
2004-02-10
Trying a different MINALIGN because of core dumps on the sparc-64
Wayne Davison
1
-1
/
+1
2004-02-10
Revert pool_alloc's use of bomb if pool == NULL.
J.W. Schultz
1
-6
/
+1
2004-02-10
If we call pool_alloc() on a NULL pool, bomb out with an error.
Wayne Davison
1
-1
/
+6
2004-02-10
Changed a while loop to a for loop.
Wayne Davison
1
-5
/
+3
2004-02-10
Added allocation pool code.
J.W. Schultz
1
-0
/
+297