OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__new_alloc
(Results
1 - 21
of
21
) sorted by null
/external/stlport/stlport/stl/
_abbrevs.h
46
# define
__new_alloc
N__A
macro
_alloc.h
88
class _STLP_CLASS_DECLSPEC
__new_alloc
{
class
171
_STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<
__new_alloc
>;
220
typedef
__new_alloc
__alloc_type;
/external/stlport/stlport/stl/config/
_android.h
45
// Use
__new_alloc
instead of __node_alloc, so we don't need static functions.
/ndk/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h
46
# define
__new_alloc
N__A
macro
_alloc.h
88
class _STLP_CLASS_DECLSPEC
__new_alloc
{
class
171
_STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<
__new_alloc
>;
220
typedef
__new_alloc
__alloc_type;
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_android.h
46
// Use
__new_alloc
instead of __node_alloc, so we don't need static functions.
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h
46
# define
__new_alloc
N__A
macro
_alloc.h
88
class _STLP_CLASS_DECLSPEC
__new_alloc
{
class
171
_STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<
__new_alloc
>;
220
typedef
__new_alloc
__alloc_type;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_android.h
45
// Use
__new_alloc
instead of __node_alloc, so we don't need static functions.
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h
46
# define
__new_alloc
N__A
macro
_alloc.h
88
class _STLP_CLASS_DECLSPEC
__new_alloc
{
class
171
_STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<
__new_alloc
>;
220
typedef
__new_alloc
__alloc_type;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_android.h
45
// Use
__new_alloc
instead of __node_alloc, so we don't need static functions.
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h
46
# define
__new_alloc
N__A
macro
_alloc.h
88
class _STLP_CLASS_DECLSPEC
__new_alloc
{
class
171
_STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<
__new_alloc
>;
220
typedef
__new_alloc
__alloc_type;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_android.h
45
// Use
__new_alloc
instead of __node_alloc, so we don't need static functions.
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h
46
# define
__new_alloc
N__A
macro
_alloc.h
88
class _STLP_CLASS_DECLSPEC
__new_alloc
{
class
171
_STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<
__new_alloc
>;
220
typedef
__new_alloc
__alloc_type;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_android.h
45
// Use
__new_alloc
instead of __node_alloc, so we don't need static functions.
/external/stlport/test/eh/
Prefix.h
146
return __n != 0 ? __REINTERPRET_CAST(value_type*,EH_STD::
__new_alloc
::allocate(__n * sizeof(value_type))) : 0;
151
if (__p != 0) EH_STD::
__new_alloc
::deallocate((void*)__p, __n * sizeof(value_type));
154
void deallocate(pointer __p) const { if (__p != 0) EH_STD::
__new_alloc
::deallocate((void*)__p, sizeof(value_type)); }
/external/stlport/src/
dll_main.cpp
103
template class _STLP_CLASS_DECLSPEC __debug_alloc<
__new_alloc
>;
/ndk/sources/cxx-stl/stlport/src/
dll_main.cpp
103
template class _STLP_CLASS_DECLSPEC __debug_alloc<
__new_alloc
>;
Completed in 655 milliseconds