OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MALLOC_SVELTE
(Results
1 - 5
of
5
) sorted by null
/build/core/
soong.mk
39
echo ' "Device_uses_jemalloc": $(if $(filter true,$(
MALLOC_SVELTE
)),false,true),'; \
40
echo ' "Device_uses_dlmalloc": $(if $(filter true,$(
MALLOC_SVELTE
)),true,false),'; \
envsetup.mk
163
$(error Use `
MALLOC_SVELTE
:= true` to configure jemalloc for low-memory)
/device/htc/flounder/
BoardConfig.mk
120
MALLOC_SVELTE
:= true
/device/asus/fugu/
BoardConfig.mk
40
MALLOC_SVELTE
:= true
/external/jemalloc/
Android.mk
48
ifeq ($(
MALLOC_SVELTE
),true)
Completed in 93 milliseconds