Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 50cee6ecab86
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 849cf1aa9253
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 20, 2013

  1. smalloc: expose ExternalArraySize

    Useful to correctly determine the byte size of the external memory that
    needs to be allocated for an external array.
    trevnorris committed Aug 20, 2013
    Copy the full SHA
    ed0677f View commit details
    Browse the repository at this point in the history
  2. smalloc: length is byte size, not array length

    The C++ API has been changed so the passed length is the byte size of
    the data, not the length of the array.
    
    This was done so users need to explicitly define how much memory they
    want allocated.
    trevnorris committed Aug 20, 2013
    Copy the full SHA
    6b5c43e View commit details
    Browse the repository at this point in the history
  3. smalloc: consistent-ify syntax

    Small syntax fixes of variable renaming and argument alignment.
    trevnorris committed Aug 20, 2013
    Copy the full SHA
    849cf1a View commit details
    Browse the repository at this point in the history