OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE_DL_PREFIX
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/bionic/
dlmalloc.h
11
* If
USE_DL_PREFIX
is defined, it is assumed that malloc.c
37
#if !defined(
USE_DL_PREFIX
)
45
#ifndef
USE_DL_PREFIX
65
#endif /*
USE_DL_PREFIX
*/
malloc_debug_common.c
205
* Note that if
USE_DL_PREFIX
is not defined, it's assumed that memory
209
#ifdef
USE_DL_PREFIX
482
#endif //
USE_DL_PREFIX
491
* malloc routines (i.e.
USE_DL_PREFIX
is defined) for libc.so */
492
#if defined(
USE_DL_PREFIX
) && !defined(LIBC_STATIC)
496
#endif //
USE_DL_PREFIX
&& !LIBC_STATIC
dlmalloc.c
211
use "
USE_DL_PREFIX
" to relabel the global malloc.)
266
USE_DL_PREFIX
default: NOT defined
674
#ifndef
USE_DL_PREFIX
682
#ifndef
USE_DL_PREFIX
702
#endif /*
USE_DL_PREFIX
*/
[
all
...]
/external/libffi/src/
closures.c
62
#define
USE_DL_PREFIX
1
dlmalloc.c
184
use "
USE_DL_PREFIX
" to relabel the global malloc.)
239
USE_DL_PREFIX
default: NOT defined
641
#ifndef
USE_DL_PREFIX
658
#endif /*
USE_DL_PREFIX
*/
[
all
...]
/external/v8/test/mjsunit/
unicode-test.js
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c
220
use "
USE_DL_PREFIX
" to relabel the global malloc.)
275
USE_DL_PREFIX
default: NOT defined
685
#ifndef
USE_DL_PREFIX
702
#endif /*
USE_DL_PREFIX
*/
[
all
...]
Completed in 208 milliseconds