allocator.allocate

  1. T* allocate(size_t count)
  2. T* allocate(size_t count, const(void)* )
    struct allocator(T)
    version(!CppRuntime_Microsoft && CppRuntime_Gcc)
    extern (D) @nogc
    T*
    allocate
    (
    size_t count
    ,
    const(void)* = null
    )
  3. T* allocate(size_t count, const(void)* )

Meta