malloc_alloc
using __STD::malloc_alloc;
typedef malloc_alloc alloc;
typedef malloc_alloc single_client_alloc;
return(malloc_alloc::allocate(__n));
malloc_alloc::deallocate(__p, __n);
_S_start_free = (char*)malloc_alloc::allocate(__bytes_to_get);