Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:STBI_MALLOC
(Results
1 - 1
of
1
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
stb_image.h
16
And #define
STBI_MALLOC
, STBI_REALLOC, and STBI_FREE to avoid using malloc,realloc,free
671
#if defined(
STBI_MALLOC
) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
673
#elif !defined(
STBI_MALLOC
) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
676
#error "Must define all or none of
STBI_MALLOC
, STBI_FREE, and STBI_REALLOC (or STBI_REALLOC_SIZED)."
679
#ifndef
STBI_MALLOC
680
#define
STBI_MALLOC
(sz) malloc(sz)
macro
985
return
STBI_MALLOC
(size);
in stbi__malloc()
7819
2.00b (2014-12-25) fix
STBI_MALLOC
in progressive JPEG
7823
STBI_MALLOC
,STBI_REALLOC,STBI_FREE
Completed in 12 milliseconds