Deleted Added
sdiff udiff text old ( 13856:c4a7f25aacb4 ) new ( 13860:8f8df5b68439 )
full compact
1/*
2 * Copyright (c) 2012-2019 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 966 unchanged lines hidden (view full) ---

975 setSize(unsigned size)
976 {
977 assert(!flags.isSet(VALID_SIZE));
978
979 this->size = size;
980 flags.set(VALID_SIZE);
981 }
982
983
984 public:
985 /**
986 * @{
987 * @name Data accessor mehtods
988 */
989
990 /**
991 * Set the data pointer to the following value that should not be

--- 312 unchanged lines hidden ---