OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dlmalloc
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/bionic/
dlmalloc.h
40
#define
dlmalloc
malloc
macro
82
void*
dlmalloc
(size_t);
188
This function is only available if
dlmalloc
.c was compiled
204
This function is only available if
dlmalloc
.c was compiled
601
This function is only available if
dlmalloc
.c was compiled
612
This function is only available if
dlmalloc
.c was compiled
dlmalloc.c
29
This is a version (aka
dlmalloc
) of malloc/free/realloc written by
677
#define
dlmalloc
malloc
macro
719
void*
dlmalloc
(size_t);
4197
void*
dlmalloc
(size_t bytes) {
function
[
all
...]
/external/libffi/src/
dlmalloc.c
2
This is a version (aka
dlmalloc
) of malloc/free/realloc written by
644
#define
dlmalloc
malloc
macro
675
void*
dlmalloc
(size_t);
4061
void*
dlmalloc
(size_t bytes) {
function
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c
38
This is a version (aka
dlmalloc
) of malloc/free/realloc written by
688
#define
dlmalloc
malloc
macro
719
void*
dlmalloc
(size_t);
4071
void*
dlmalloc
(size_t bytes) {
function
[
all
...]
Completed in 17 milliseconds