Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/repl/code-blocks/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5189,8 +5189,8 @@ typedarrayDataTypes,"var out = typedarrayDataTypes()\n"
typedarraypool,"var arr = typedarraypool()\narr = typedarraypool( 'float32' )\nvar arr = typedarraypool( 5 )\narr = typedarraypool( 5, 'int32' )\nvar arr1 = typedarraypool( [ 0.5, 0.5, 0.5 ] );\nvar arr2 = typedarraypool( arr1, 'float32' )\nvar arr1 = [ 0.5, 0.5, 0.5 ];\nvar arr2 = typedarraypool( arr1, 'float32' )\n"
typedarraypool.malloc,"var arr = typedarraypool.malloc()\narr = typedarraypool.malloc( 'float32' )\nvar arr = typedarraypool.malloc( 5 )\narr = typedarraypool.malloc( 5, 'int32' )\nvar arr1 = typedarraypool.malloc( [ 0.5, 0.5, 0.5 ] );\nvar arr2 = typedarraypool.malloc( arr1, 'float32' )\nvar arr1 = [ 0.5, 0.5, 0.5 ];\nvar arr2 = typedarraypool.malloc( arr1, 'float32' )\n"
typedarraypool.calloc,"var arr = typedarraypool.calloc()\narr = typedarraypool.calloc( 'float32' )\nvar arr = typedarraypool.calloc( 5 )\narr = typedarraypool.calloc( 5, 'int32' )\n"
typedarraypool.free,"var arr = typedarraypool( 5 )\ntypedarraypool.free( arr )\n"
typedarraypool.clear,"var arr = typedarraypool( 5 )\ntypedarraypool.free( arr );\ntypedarraypool.clear()\n"
typedarraypool.free,"var arr = typedarraypool( 5 )\ntypedarraypool.free( arr );\n"
typedarraypool.clear,"var arr = typedarraypool( 5 )\ntypedarraypool.free( arr );\ntypedarraypool.clear();\n"
typedarraypool.highWaterMark,"typedarraypool.highWaterMark\n"
typedarraypool.nbytes,"var arr = typedarraypool( 5 )\ntypedarraypool.nbytes\n"
typedarraypool.factory,"var pool = typedarraypool.factory();\nvar arr1 = pool( 3, 'float64' )\n"
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/code-blocks/data/data.json

Large diffs are not rendered by default.

Loading