OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:realloc
(Results
51 - 54
of
54
) sorted by null
1
2
3
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c
38
This is a version (aka dlmalloc) of malloc/free/
realloc
written by
189
a size_t, not counting any clearing in calloc or copying in
realloc
,
294
realloc
are ignored. And all bookkeeping information is zeroed out
365
If true
realloc
() uses mremap() to re-allocate large blocks and
402
This should be set if a call to
realloc
with zero bytes should
405
realloc
(p, 0).
616
#define
realloc
SDL_realloc
macro
690
#define dlrealloc
realloc
724
allocated using malloc or a related routine such as
realloc
.
738
realloc
(void* p, size_t n
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js
3514
function
realloc
(sp)
function
[
all
...]
/external/valgrind/main/perf/
tinycc.c
6757
#define
realloc
macro
[
all
...]
/external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar
Completed in 363 milliseconds
1
2
3