Rename libxx_internal.h to libxx.h
This commit is contained in:
parent
426eb61e47
commit
40659d12df
2
configs
2
configs
@ -1 +1 @@
|
||||
Subproject commit 05b30849130f836b352cc84196b2369679fbe5ec
|
||||
Subproject commit bf83eb388aea59fb76651ba22c86f22a0da5d6dc
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user