summaryrefslogtreecommitdiff
path: root/test/testrmm.c
Commit message (Collapse)AuthorAgeFilesLines
* fix some obvious reversals of expected and actual values in invocationstrawick2007-11-181-11/+11
| | | | | | | of ABTS_INT_EQUAL et al git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@596032 13f79535-47bb-0310-9956-ffa450edef68
* Correct two tests for size_t > intwrowe2007-10-231-7/+7
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@587436 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup and merge testrmm into the abts test suite (testall).davi2007-08-051-150/+60
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@562897 13f79535-47bb-0310-9956-ffa450edef68
* Update license headers.jerenkrantz2007-01-151-6/+6
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@496440 13f79535-47bb-0310-9956-ffa450edef68
* * misc/apr_rmm.c (apr_rmm_realloc): Fix offset calculation.jorton2005-08-051-0/+25
| | | | | | | | | * test/testrmm.c (test_rmm): Add test case. Submitted by: Keith Kelleman <keith.kelleman oracle.com> git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@230433 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@151413 13f79535-47bb-0310-9956-ffa450edef68
* * misc/apr_rmm.c: Ensure allocated blocks use default addressjorton2004-07-071-1/+19
| | | | | | | | | | | alignment by using aligned structure sizes throughout. * test/testrmm.c (test_rmm): Check for address alignment. PR: 29873 git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59090 13f79535-47bb-0310-9956-ffa450edef68
* Fix an occasional crash in apr_rmm_realloc().trawick2004-03-201-0/+22
| | | | | | | | | | | | PR: 22915 Submitted by: Jay Shrauner <shrauner inktomi.com> Reviewed by: Jeff Trawick Also added was logic in testrmm to find this sort of problem (it segfaults without Jay's patch). git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59012 13f79535-47bb-0310-9956-ffa450edef68
* Fix a signed/unsigned mismatch that caused an underflow.wrowe2004-03-161-2/+10
| | | | | | | | | | Patch by Ahab A. <eabouzou yahoo.com> Test by Phillip M Chiasson <gozer apache.org> PR: 25550 git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59010 13f79535-47bb-0310-9956-ffa450edef68
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58989 13f79535-47bb-0310-9956-ffa450edef68
* use proper format string for apr_size_ttrawick2003-04-151-2/+4
| | | | | | | (apr_size_t not always int) git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58883 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
| | | | | | | No Functional changes. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58816 13f79535-47bb-0310-9956-ffa450edef68
* Add testrmm program to test the RMM subsystemjerenkrantz2002-04-301-0/+244
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58606 13f79535-47bb-0310-9956-ffa450edef68