OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dlmalloc_usable_size
(Results
1 - 6
of
6
) sorted by null
/external/eigen/unsupported/test/mpreal/
dlmalloc.h
58
#define
dlmalloc_usable_size
malloc_usable_size
macro
410
size_t
dlmalloc_usable_size
(void*);
dlmalloc.c
771
#define
dlmalloc_usable_size
macro
4939
size_t
dlmalloc_usable_size
(void* mem) {
function
[
all
...]
/bionic/libc/upstream-dlmalloc/
malloc.h
64
#define
dlmalloc_usable_size
malloc_usable_size
macro
521
size_t
dlmalloc_usable_size
(const void*);
malloc.c
829
#define
dlmalloc_usable_size
macro
5407
size_t
dlmalloc_usable_size
(const void* mem) {
function
[
all
...]
/external/libffi/src/
dlmalloc.c
653
#define
dlmalloc_usable_size
malloc_usable_size
macro
4387
size_t
dlmalloc_usable_size
(void* mem) {
function
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c
697
#define
dlmalloc_usable_size
malloc_usable_size
macro
4397
size_t
dlmalloc_usable_size
(void* mem) {
function
[
all
...]
Completed in 504 milliseconds