Changeset 9179d0a in mainline for generic/src/mm/frame.c
- Timestamp:
- 2006-04-27T17:13:49Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 040e4e9
- Parents:
- eaa202a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/mm/frame.c
reaa202a r9179d0a 26 26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 27 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 */ 29 30 /** 31 * @file frame.c 32 * @brief Physical frame allocator. 33 * 34 * This file contains the physical frame allocator and memory zone management. 35 * The frame allocator is built on top of the buddy allocator. 36 * 37 * @see buddy.c 28 38 */ 29 39
Note:
See TracChangeset
for help on using the changeset viewer.