Карта сайта Kansoftware
НОВОСТИУСЛУГИРЕШЕНИЯКОНТАКТЫ
Разработка программного обеспечения

Struct default_user_allocator_malloc_free

Boost , Boost.Pool , Header <boost/pool/pool.hpp>

Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Struct default_user_allocator_malloc_free

boost::default_user_allocator_malloc_free — UserAllocator used as template parameter for pool and object_pool. Uses malloc and free internally.

Synopsis

// In header: <boost/pool/pool.hpp>

struct default_user_allocator_malloc_free {
  // types
  typedef std::size_t    size_type;        // An unsigned integral type that can represent the size of the largest object to be allocated. 
  typedef std::ptrdiff_t difference_type;  // A signed integral type that can represent the difference of any two pointers. 
  // public static functions
  static char * malloc(const size_type);
  static void free(char *const);
};

Description

default_user_allocator_malloc_free public static functions

  1. <
    staticchar*malloc(constsize_typebytes);
    >
  2. <
    staticvoidfree(char*constblock);
    >

PrevUpHomeNext

Статья Struct default_user_allocator_malloc_free раздела Boost.Pool Header <boost/pool/pool.hpp> может быть полезна для разработчиков на c++ и boost.




Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.



:: Главная :: Header <boost/pool/pool.hpp> ::


реклама


©KANSoftWare (разработка программного обеспечения, создание программ, создание интерактивных сайтов), 2007
Top.Mail.Ru

Время компиляции файла: 2024-08-30 11:47:00
2025-05-19 20:05:34/0.0079431533813477/1