mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 20:06:24 +08:00
Rename libxx_internal.h to libxx.h
This commit is contained in:
+1
-1
Submodule configs updated: 05b3084913...bf83eb388a
@@ -1,5 +1,5 @@
|
||||
//***************************************************************************
|
||||
// lib/libxx_internal.h
|
||||
// lib/libxx.h
|
||||
//
|
||||
// Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
|
||||
// Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include "libxx_internal.hxx"
|
||||
#include "libxx.hxx"
|
||||
|
||||
//***************************************************************************
|
||||
// Pre-processor Definitions
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "libxx_internal.hxx"
|
||||
#include "libxx.hxx"
|
||||
|
||||
//***************************************************************************
|
||||
// Pre-processor Definitions
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "libxx_internal.hxx"
|
||||
#include "libxx.hxx"
|
||||
|
||||
//***************************************************************************
|
||||
// Pre-processor Definitions
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include <nuttx/config.h>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "libxx_internal.hxx"
|
||||
#include "libxx.hxx"
|
||||
|
||||
//***************************************************************************
|
||||
// Pre-processor Definitions
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@
|
||||
#include <cstddef>
|
||||
#include <debug.h>
|
||||
|
||||
#include "libxx_internal.hxx"
|
||||
#include "libxx.hxx"
|
||||
|
||||
//***************************************************************************
|
||||
// Pre-processor Definitions
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#include <cstddef>
|
||||
#include <debug.h>
|
||||
|
||||
#include "libxx_internal.hxx"
|
||||
#include "libxx.hxx"
|
||||
|
||||
//***************************************************************************
|
||||
// Pre-processor Definitions
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ This directory contains the NuttX memory management logic. This include:
|
||||
mm_memalign.c, mm_free.c
|
||||
o Less-Standard Interfaces: mm_zalloc.c, mm_mallinfo.c
|
||||
o Internal Implementation: mm_initialize.c mm_sem.c mm_addfreechunk.c
|
||||
mm_size2ndx.c mm_shrinkchunk.c, mm_internal.h
|
||||
mm_size2ndx.c mm_shrinkchunk.c
|
||||
o Build and Configuration files: Kconfig, Makefile
|
||||
|
||||
Memory Models:
|
||||
|
||||
Reference in New Issue
Block a user