was_extended = H5MF_try_extend(f, H5AC_ind_read_dxpl_id, type, (haddr_t)TEST_BLOCK_ADDR70, (hsize_t)TEST_BLOCK_SIZE30, (hsize_t)(TEST_BLOCK_SIZE50+10));
 
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Copyright by The HDF Group.                                               *
 * Copyright by the Board of Trustees of the University of Illinois.         *
 * All rights reserved.                                                      *
 *                                                                           *
 * This file is part of HDF5.  The full HDF5 copyright notice, including     *
 * terms governing use, modification, and redistribution, is contained in    *
 * the files COPYING and Copyright.html.  COPYING can be found at the root   *
 * of the source code distribution tree; Copyright.html can be found at the  *
 * root level of an installed copy of the electronic HDF5 document set and   *
 * is linked from the top-level documents page.  It can also be found at     *
 * http://hdfgroup.org/HDF5/doc/Copyright.html.  If you do not have          *
 * access to either file, you may request a copy from help@hdfgroup.org.     *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
 *  Tests for file memory management consist of 3 parts:
 *  test_mf_eoa_*()   tests for file meomory that interact with file allocation
 *  test_mf_fs_*()    tests for file memory that interact with the free-space manager
 *  test_mf_aggr_*()  tests for file memory that interact with the aggregators
 *  test_mf_align_*() tests for file memory with alignment setting
 *  test_filespace_*() tests for file space management
 */
#include "h5test.h"
#define H5MF_FRIEND     /*suppress error about including H5MFpkg      */
#include "H5MFpkg.h"
#define H5FS_FRIEND     /*suppress error about including H5FSpkg      */
#include "H5FSpkg.h"
#define H5F_FRIEND      /*suppress error about including H5Fpkg   */
#define H5F_TESTING
#include "H5Fpkg.h"
#include "H5FLprivate.h"
#include "H5Iprivate.h"
#include "H5VMprivate.h"
#define FILENAME_LEN        1024
#define TEST_BLOCK_SIZE1    1
#define TEST_BLOCK_SIZE2    2
#define TEST_BLOCK_SIZE3    3
#define TEST_BLOCK_SIZE4    4
#define TEST_BLOCK_SIZE5    5
#define TEST_BLOCK_SIZE6    6
#define TEST_BLOCK_SIZE7    7
#define TEST_BLOCK_SIZE8    8
#define TEST_BLOCK_SIZE20   20