docstring_tokens
list
code_tokens
list
[ "disables", "list", "updates", "and", "releases", "all", "resources" ]
[ "synchronized", "(", "m", "lock", ")", "{", "if", "(", "m", "is", "closed", ")", "return", ";", "m", "is", "closed", "=", "true", ";", "m", "programs", "clear", "(", ")", ";", "m", "list", "callbacks", "clear", "(", ")", ";", "m", "on", "complete...
[ "converts", "the", "program", "list", "in", "its", "current", "shape", "to", "the", "static", "list", "<", ">" ]
[ "synchronized", "(", "m", "lock", ")", "{", "return", "m", "programs", "values", "(", ")", "stream", "(", ")", "collect", "(", "collectors", "to", "list", "(", ")", ")", ";", "}" ]
[ "returns", "the", "program", "with", "a", "specified", "primary", "identifier" ]
[ "synchronized", "(", "m", "lock", ")", "{", "return", "m", "programs", "get", "(", "objects", "require", "non", "null", "(", "id", ")", ")", ";", "}" ]
[ "returns", "the", "list", "of", "identifier", "types", "that", "satisfy", "the", "filter" ]
[ "return", "m", "identifier", "types", ";" ]
[ "returns", "the", "list", "of", "identifiers", "that", "satisfy", "the", "filter" ]
[ "return", "m", "identifiers", ";" ]
[ "checks", "if", "non", "-", "tunable", "entries", "that", "define", "tree", "structure", "on", "the", "program", "list", "(", "i", "e", "dab", "ensembles", ")", "should", "be", "included" ]
[ "return", "m", "include", "categories", ";" ]
[ "checks", "if", "updates", "on", "entry", "modifications", "should", "be", "disabled" ]
[ "return", "m", "exclude", "modifications", ";" ]
[ "<", "p", ">", "information", "about", "the", "result", "of", "provisioning", "the", "product", "<", "/", "p", ">" ]
[ "this", "record", "detail", "=", "record", "detail", ";" ]
[ "<", "p", ">", "information", "about", "the", "result", "of", "provisioning", "the", "product", "<", "/", "p", ">" ]
[ "return", "this", "record", "detail", ";" ]
[ "<", "p", ">", "information", "about", "the", "result", "of", "this", "request", "<", "/", "p", ">" ]
[ "set", "record", "detail", "(", "record", "detail", ")", ";", "return", "this", ";" ]
[ "read", "class", "definition", "from", "a", "file" ]
[ "return", "byte", "code", "helper", "read", "byte", "code", "(", "new", "file", "input", "stream", "(", "file", ")", ")", ";" ]
[ "read", "class", "definition", "a", "zip", "(", "jar", ")", "file", "entry" ]
[ "final", "byte", "array", "output", "stream", "bout", "=", "new", "byte", "array", "output", "stream", "(", ")", ";", "final", "input", "stream", "in", "=", "new", "buffered", "input", "stream", "(", "zip", ")", ";", "int", "b", ";", "while", "(", "(...
[ "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "...
[ "return", "java", "util", "base", "6", "4", "get", "encoder", "(", ")", "encode", "to", "string", "(", "to", "be", "encoded", ")", ";" ]
[ "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "...
[ "return", "org", "apache", "commons", "codec", "binary", "base", "6", "4", "encode", "base", "6", "4", "string", "(", "to", "be", "encoded", ")", ";" ]
[ "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "...
[ "return", "jodd", "util", "base", "6", "4", "encode", "to", "string", "(", "to", "be", "encoded", ",", "false", ")", ";" ]
[ "override", "the", "standard", "button", "click", "event" ]
[ "if", "(", "shot", "state", "store", "has", "shot", "(", ")", ")", "{", "return", ";", "}", "if", "(", "m", "end", "button", "!", "=", "null", ")", "{", "m", "end", "button", "set", "on", "click", "listener", "(", "listener", "!", "=", "null", ...
[ "create", "the", "{", "@", "link", "showcase", "view", "}", "and", "show", "it" ]
[ "insert", "showcase", "view", "(", "showcase", "view", ",", "activity", ")", ";", "return", "showcase", "view", ";" ]
[ "set", "the", "title", "text", "shown", "on", "the", "showcase", "view" ]
[ "return", "set", "content", "title", "(", "activity", "get", "string", "(", "res", "id", ")", ")", ";" ]
[ "set", "the", "title", "text", "shown", "on", "the", "showcase", "view" ]
[ "showcase", "view", "set", "content", "title", "(", "title", ")", ";", "return", "this", ";" ]
[ "set", "the", "content", "text", "shown", "on", "the", "showcase", "view" ]
[ "return", "set", "content", "text", "(", "activity", "get", "string", "(", "res", "id", ")", ")", ";" ]
[ "set", "the", "descriptive", "text", "shown", "on", "the", "showcase", "view" ]
[ "showcase", "view", "set", "content", "text", "(", "text", ")", ";", "return", "this", ";" ]
[ "set", "the", "target", "of", "the", "showcase" ]
[ "showcase", "view", "set", "target", "(", "target", ")", ";", "return", "this", ";" ]
[ "set", "the", "style", "of", "the", "showcase", "view", "see", "the", "sample", "app", "for", "example", "styles" ]
[ "showcase", "view", "set", "style", "(", "theme", ")", ";", "return", "this", ";" ]
[ "set", "a", "listener", "which", "will", "override", "the", "button", "clicks", "<", "p", "/", ">", "note", "that", "you", "will", "have", "to", "manually", "hide", "the", "showcase", "view" ]
[ "showcase", "view", "override", "button", "click", "(", "on", "click", "listener", ")", ";", "return", "this", ";" ]
[ "don", "t", "make", "the", "showcase", "view", "block", "touches", "on", "itself", "this", "doesn", "t", "block", "touches", "in", "the", "showcased", "area", "<", "p", "/", ">", "by", "default", "the", "showcase", "view", "does", "block", "touches" ]
[ "showcase", "view", "set", "blocks", "touches", "(", "false", ")", ";", "return", "this", ";" ]
[ "make", "this", "showcase", "view", "hide", "when", "the", "user", "touches", "outside", "the", "showcased", "area", "this", "enables", "{" ]
[ "showcase", "view", "set", "blocks", "touches", "(", "true", ")", ";", "showcase", "view", "set", "hide", "on", "touch", "outside", "(", "true", ")", ";", "return", "this", ";" ]
[ "set", "the", "showcase", "view", "to", "only", "ever", "show", "once" ]
[ "showcase", "view", "set", "single", "shot", "(", "shot", "id", ")", ";", "return", "this", ";" ]
[ "set", "whether", "the", "text", "should", "be", "centred", "in", "the", "screen", "or", "left", "-", "aligned", "(", "which", "is", "the", "default", ")" ]
[ "this", "should", "centre", "text", "=", "should", "centre", "text", ";", "has", "altered", "text", "=", "true", ";", "invalidate", "(", ")", ";" ]
[ "change", "the", "position", "of", "the", "showcase", "view", "s", "button", "from", "the", "default", "bottom", "-", "right", "position" ]
[ "m", "end", "button", "set", "layout", "params", "(", "layout", "params", ")", ";" ]
[ "set", "the", "duration", "of", "the", "fading", "in", "and", "fading", "out", "of", "the", "showcase", "view" ]
[ "this", "fade", "in", "millis", "=", "fade", "in", "millis", ";", "this", "fade", "out", "millis", "=", "fade", "out", "millis", ";" ]
[ "/", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "...
[ "if", "(", "!", "closed", ")", "{", "closed", "=", "true", ";", "node", "cursor", "=", "null", ";", "curr", "token", "=", "null", ";", "}" ]
[ "public", "json", "token", "next", "value", "(", ")", "throws", "i", "o", "exception", "json", "parse", "exception" ]
[ "if", "(", "curr", "token", "=", "=", "json", "token", "start", "object", ")", "{", "start", "container", "=", "false", ";", "curr", "token", "=", "json", "token", "end", "object", ";", "}", "else", "if", "(", "curr", "token", "=", "=", "json", "to...
[ "/", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "...
[ "return", "(", "node", "cursor", "=", "=", "null", ")", "?", "null", ":", "node", "cursor", "current", "name", "(", ")", ";" ]
[ "public", "byte", "get", "byte", "value", "(", ")", "throws", "i", "o", "exception", "json", "parse", "exception" ]
[ "json", "node", "n", "=", "current", "numeric", "node", "(", ")", ";", "return", "(", "n", "=", "=", "null", ")", "?", "null", ":", "n", "number", "type", "(", ")", ";" ]
[ "/", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "...
[ "if", "(", "closed", "|", "|", "node", "cursor", "=", "=", "null", ")", "{", "return", "null", ";", "}", "return", "node", "cursor", "current", "node", "(", ")", ";" ]
[ "get", "the", "number", "of", "apps", "submitted" ]
[ "public", "abstract", "long", "get", "num", "apps", "submitted", "(", ")", ";" ]
[ "set", "the", "number", "of", "apps", "submitted" ]
[ "public", "abstract", "void", "set", "num", "apps", "submitted", "(", "long", "num", "apps", "submitted", ")", ";" ]
[ "get", "the", "number", "of", "running", "apps" ]
[ "public", "abstract", "long", "get", "num", "apps", "running", "(", ")", ";" ]
[ "set", "the", "number", "of", "running", "apps" ]
[ "public", "abstract", "void", "set", "num", "apps", "running", "(", "long", "num", "apps", "running", ")", ";" ]
[ "get", "the", "number", "of", "pending", "apps" ]
[ "public", "abstract", "long", "get", "num", "apps", "pending", "(", ")", ";" ]
[ "set", "the", "number", "of", "pending", "apps" ]
[ "public", "abstract", "void", "set", "num", "apps", "pending", "(", "long", "num", "apps", "pending", ")", ";" ]
[ "get", "the", "number", "of", "completed", "apps" ]
[ "public", "abstract", "long", "get", "num", "apps", "completed", "(", ")", ";" ]
[ "set", "the", "number", "of", "completed", "apps" ]
[ "public", "abstract", "void", "set", "num", "apps", "completed", "(", "long", "num", "apps", "completed", ")", ";" ]
[ "get", "the", "number", "of", "killed", "apps" ]
[ "public", "abstract", "long", "get", "num", "apps", "killed", "(", ")", ";" ]
[ "set", "the", "number", "of", "killed", "apps" ]
[ "public", "abstract", "void", "set", "num", "apps", "killed", "(", "long", "num", "apps", "killed", ")", ";" ]
[ "get", "the", "number", "of", "failed", "apps" ]
[ "public", "abstract", "long", "get", "num", "apps", "failed", "(", ")", ";" ]
[ "set", "the", "number", "of", "failed", "apps" ]
[ "public", "abstract", "void", "set", "num", "apps", "failed", "(", "long", "num", "apps", "failed", ")", ";" ]
[ "get", "the", "number", "of", "active", "users" ]
[ "public", "abstract", "long", "get", "num", "active", "users", "(", ")", ";" ]
[ "set", "the", "number", "of", "active", "users" ]
[ "public", "abstract", "void", "set", "num", "active", "users", "(", "long", "num", "active", "users", ")", ";" ]
[ "get", "the", "available", "memory", "in", "mb" ]
[ "public", "abstract", "long", "get", "available", "memory", "m", "b", "(", ")", ";" ]
[ "set", "the", "available", "memory", "in", "mb" ]
[ "public", "abstract", "void", "set", "available", "memory", "m", "b", "(", "long", "available", "memory", "m", "b", ")", ";" ]
[ "get", "the", "allocated", "memory", "in", "mb" ]
[ "public", "abstract", "long", "get", "allocated", "memory", "m", "b", "(", ")", ";" ]
[ "set", "the", "allocated", "memory", "in", "mb" ]
[ "public", "abstract", "void", "set", "allocated", "memory", "m", "b", "(", "long", "allocated", "memory", "m", "b", ")", ";" ]
[ "get", "the", "pending", "memory", "in", "mb" ]
[ "public", "abstract", "long", "get", "pending", "memory", "m", "b", "(", ")", ";" ]
[ "set", "the", "pending", "memory", "in", "mb" ]
[ "public", "abstract", "void", "set", "pending", "memory", "m", "b", "(", "long", "pending", "memory", "m", "b", ")", ";" ]
[ "get", "the", "reserved", "memory", "in", "mb" ]
[ "public", "abstract", "long", "get", "reserved", "memory", "m", "b", "(", ")", ";" ]
[ "set", "the", "reserved", "memory", "in", "mb" ]
[ "public", "abstract", "void", "set", "reserved", "memory", "m", "b", "(", "long", "reserved", "memory", "m", "b", ")", ";" ]
[ "get", "the", "available", "vcores" ]
[ "public", "abstract", "long", "get", "available", "v", "cores", "(", ")", ";" ]
[ "set", "the", "available", "vcores" ]
[ "public", "abstract", "void", "set", "available", "v", "cores", "(", "long", "available", "v", "cores", ")", ";" ]
[ "get", "the", "allocated", "vcores" ]
[ "public", "abstract", "long", "get", "allocated", "v", "cores", "(", ")", ";" ]
[ "set", "the", "allocated", "vcores" ]
[ "public", "abstract", "void", "set", "allocated", "v", "cores", "(", "long", "allocated", "v", "cores", ")", ";" ]
[ "get", "the", "pending", "vcores" ]
[ "public", "abstract", "long", "get", "pending", "v", "cores", "(", ")", ";" ]
[ "set", "the", "pending", "vcores" ]
[ "public", "abstract", "void", "set", "pending", "v", "cores", "(", "long", "pending", "v", "cores", ")", ";" ]
[ "get", "the", "number", "of", "pending", "containers" ]
[ "public", "abstract", "long", "get", "pending", "containers", "(", ")", ";" ]
[ "set", "the", "number", "of", "pending", "containers" ]
[ "public", "abstract", "void", "set", "pending", "containers", "(", "long", "pending", "containers", ")", ";" ]
[ "get", "the", "number", "of", "allocated", "containers" ]
[ "public", "abstract", "long", "get", "allocated", "containers", "(", ")", ";" ]
[ "set", "the", "number", "of", "allocated", "containers" ]
[ "public", "abstract", "void", "set", "allocated", "containers", "(", "long", "allocated", "containers", ")", ";" ]
[ "get", "the", "number", "of", "reserved", "containers" ]
[ "public", "abstract", "long", "get", "reserved", "containers", "(", ")", ";" ]
[ "set", "the", "number", "of", "reserved", "containers" ]
[ "public", "abstract", "void", "set", "reserved", "containers", "(", "long", "reserved", "containers", ")", ";" ]
[ "get", "the", "reserved", "vcores" ]
[ "public", "abstract", "long", "get", "reserved", "v", "cores", "(", ")", ";" ]
[ "set", "the", "reserved", "vcores" ]
[ "public", "abstract", "void", "set", "reserved", "v", "cores", "(", "long", "reserved", "v", "cores", ")", ";" ]
[ "unused", "(", "legacy", ")", "methods" ]
[]
[ "{" ]
[ "return", "s", "to", "string", "(", "cache", "group", "data", "class", ",", "this", ")", ";" ]
[ "handle", "the", "exception", "in", "the", "java", "side", "rather", "than", "the", "native", "side" ]
[ "uri", "uri", "=", "verify", "url", "(", "url", ")", ";", "if", "(", "uri", "=", "=", "null", ")", "{", "return", "null", ";", "}", "string", "path", "=", "uri", "get", "path", "(", ")", ";", "if", "(", "uri", "get", "scheme", "(", ")", "equa...
[ "remove", "query", "parameters", "from", "a", "uri" ]
[ "assert", "(", "uri", "get", "authority", "(", ")", "!", "=", "null", ")", ";", "assert", "(", "uri", "get", "path", "(", ")", "!", "=", "null", ")", ";", "uri", "builder", "builder", "=", "new", "uri", "builder", "(", ")", ";", "builder", "schem...
[ "set", "the", "context", "to", "be", "used", "for", "resolving", "resource", "queries" ]
[ "native", "set", "resource", "context", "for", "testing", "(", "context", ")", ";" ]
[ "<", "p", ">", "the", "name", "of", "the", "filter", "filter", "names", "are", "case", "-", "sensitive", "<", "/", "p", ">" ]
[ "set", "name", "(", "name", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "values", "of", "the", "filter", "key", "<", "/", "p", ">" ]
[ "if", "(", "values", "=", "=", "null", ")", "{", "values", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", ")", ";", "}", "return", "values", ";" ]
[ "<", "p", ">", "the", "values", "of", "the", "filter", "key", "<", "/", "p", ">" ]
[ "if", "(", "values", "=", "=", "null", ")", "{", "this", "values", "=", "null", ";", "return", ";", "}", "this", "values", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", "values", ")", ";" ]
[ "<", "p", ">", "one", "or", "more", "filter", "values", "filter", "values", "are", "case", "-", "sensitive", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", ...
[ "if", "(", "this", "values", "=", "=", "null", ")", "{", "set", "values", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", "values", "length", ")", ")", ";", "}", "for", "(", "string", "ele", ":", "val...
[ "<", "p", ">", "one", "or", "more", "filter", "values", "filter", "values", "are", "case", "-", "sensitive", "<", "/", "p", ">" ]
[ "set", "values", "(", "values", ")", ";", "return", "this", ";" ]
[ "returns", "a", "{" ]
[ "return", "nformat", "properties", "(", "address", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "vk", "sparse", "image", "memory", "requirements", "class", ",", "nmem", "alloc", "checked", "(", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "vk", "sparse", "image", "memory", "requirements", "class", ",", "nmem", "calloc", "checked", "(", "1", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "byte", "buffer", "container", "=", "buffer", "utils", "create", "byte", "buffer", "(", "sizeof", ")", ";", "return", "wrap", "(", "vk", "sparse", "image", "memory", "requirements", "class", ",", "mem", "address", "(", "container", ")", ",", "container", "...
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "vk", "sparse", "image", "memory", "requirements", "class", ",", "address", ")", ";" ]
[ "like", "{" ]
[ "return", "address", "=", "=", "null", "?", "null", ":", "wrap", "(", "vk", "sparse", "image", "memory", "requirements", "class", ",", "address", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "sparse", "image", "memory", "requirements", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "memory", "util", "#", "mem", "alloc", "mem", "alloc", "}", "the", "instance", "must", "be", "ex...
[ "return", "wrap", "(", "buffer", "class", ",", "nmem", "alloc", "checked", "(", "check", "malloc", "(", "capacity", ",", "sizeof", ")", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "sparse", "image", "memory", "requirements", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "memory", "util", "#", "mem", "calloc", "mem", "calloc", "}", "the", "instance", "must", "be", "...
[ "return", "wrap", "(", "buffer", "class", ",", "nmem", "calloc", "checked", "(", "capacity", ",", "sizeof", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "sparse", "image", "memory", "requirements", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "buffer", "utils", "}" ]
[ "byte", "buffer", "container", "=", "create", "(", "capacity", ",", "sizeof", ")", ";", "return", "wrap", "(", "buffer", "class", ",", "mem", "address", "(", "container", ")", ",", "capacity", ",", "container", ")", ";" ]
[ "create", "a", "{", "@", "link", "vk", "sparse", "image", "memory", "requirements", "buffer", "}", "instance", "at", "the", "specified", "memory" ]
[ "return", "wrap", "(", "buffer", "class", ",", "address", ",", "capacity", ")", ";" ]
[ "like", "{" ]
[ "return", "address", "=", "=", "null", "?", "null", ":", "wrap", "(", "buffer", "class", ",", "address", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "malloc", "stack", "(", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "calloc", "stack", "(", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "sparse", "image", "memory", "requirements", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "wrap", "(", "vk", "sparse", "image", "memory", "requirements", "class", ",", "stack", "nmalloc", "(", "alignof", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "sparse", "image", "memory", "requirements", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", "to", "zero" ]
[ "return", "wrap", "(", "vk", "sparse", "image", "memory", "requirements", "class", ",", "stack", "ncalloc", "(", "alignof", ",", "1", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "sparse", "image", "memory", "requirements", "buffer", "}", "instance", "allocated", "on", "the", "thread", "-", "local", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "malloc", "stack", "(", "capacity", ",", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "sparse", "image", "memory", "requirements", "buffer", "}", "instance", "allocated", "on", "the", "thread", "-", "local", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", ...
[ "return", "calloc", "stack", "(", "capacity", ",", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "sparse", "image", "memory", "requirements", "buffer", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "wrap", "(", "buffer", "class", ",", "stack", "nmalloc", "(", "alignof", ",", "capacity", "*", "sizeof", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "sparse", "image", "memory", "requirements", "buffer", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", "to", "zero"...
[ "return", "wrap", "(", "buffer", "class", ",", "stack", "ncalloc", "(", "alignof", ",", "capacity", ",", "sizeof", ")", ",", "capacity", ")", ";" ]