Home
last modified time | relevance | path

Searched refs:malloc_impl (Results 51 – 75 of 86) sorted by relevance

1234

/dports/lang/spidermonkey78/firefox-78.9.0/memory/mozalloc/
H A Dcxxalloc.h38 return malloc_impl(size); in new()
47 return malloc_impl(size); in noexcept()
H A Dmozalloc.cpp23 # define malloc_impl malloc macro
52 void* ptr = malloc_impl(size); in moz_xmalloc()
/dports/www/firefox-esr/firefox-91.8.0/memory/mozalloc/
H A Dmozalloc.cpp23 # define malloc_impl malloc macro
52 void* ptr = malloc_impl(size); in moz_xmalloc()
/dports/www/firefox/firefox-99.0/memory/mozalloc/
H A Dmozalloc.cpp23 # define malloc_impl malloc macro
52 void* ptr = malloc_impl(size); in moz_xmalloc()
/dports/lang/spidermonkey60/firefox-60.9.0/memory/mozalloc/
H A Dmozalloc.cpp44 #define malloc_impl malloc macro
68 void* ptr = malloc_impl(size); in moz_xmalloc()
/dports/mail/thunderbird/thunderbird-91.8.0/memory/mozalloc/
H A Dmozalloc.cpp23 # define malloc_impl malloc macro
52 void* ptr = malloc_impl(size); in moz_xmalloc()
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/mozalloc/
H A Dmozalloc.cpp50 #define malloc_impl malloc macro
83 void* ptr = malloc_impl(size); in moz_xmalloc()
H A Dwinheap.cpp44 return malloc_impl(dwBytes); in HeapAlloc()
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/build/
H A Dreplace_malloc.c146 malloc_impl(size_t size) in malloc_impl() function
298 MOZ_MEMORY_API __malloc_hook_type __malloc_hook = malloc_impl;
326 return malloc_impl(size); in zone_malloc()
H A Dmozmemory_wrap.h187 #define malloc_impl mozmem_malloc_impl(malloc) macro
/dports/games/warmux/warmux-11.04/build/symbian/lib/libxml2/inc/libxml2/
H A Dlibxml2_globals.h122 XMLPUBFUN void* XMLCALL malloc_impl(size_t size);
431 #define xmlMalloc malloc_impl
432 #define xmlMallocAtomic malloc_impl
/dports/www/firefox-esr/firefox-91.8.0/memory/build/
H A Dmozmemory_wrap.h138 #define malloc_impl mozmem_malloc_impl(malloc) macro
H A Dzone.c117 return malloc_impl(size); in zone_malloc()
196 results[i] = malloc_impl(size); in zone_batch_malloc()
/dports/www/firefox/firefox-99.0/memory/build/
H A Dmozmemory_wrap.h139 #define malloc_impl mozmem_malloc_impl(malloc) macro
H A Dzone.c117 return malloc_impl(size); in zone_malloc()
196 results[i] = malloc_impl(size); in zone_batch_malloc()
/dports/lang/spidermonkey60/firefox-60.9.0/memory/build/
H A Dmozmemory_wrap.h143 #define malloc_impl mozmem_malloc_impl(malloc) macro
H A Dzone.c117 return malloc_impl(size); in zone_malloc()
196 results[i] = malloc_impl(size); in zone_batch_malloc()
/dports/www/firefox-legacy/firefox-52.8.0esr/mozglue/build/
H A Dmozglue.def.in11 malloc=malloc_impl
/dports/mail/thunderbird/thunderbird-91.8.0/memory/build/
H A Dmozmemory_wrap.h138 #define malloc_impl mozmem_malloc_impl(malloc) macro
H A Dzone.c117 return malloc_impl(size); in zone_malloc()
196 results[i] = malloc_impl(size); in zone_batch_malloc()
/dports/lang/spidermonkey78/firefox-78.9.0/memory/build/
H A Dmozmemory_wrap.h138 #define malloc_impl mozmem_malloc_impl(malloc) macro
H A Dzone.c117 return malloc_impl(size); in zone_malloc()
196 results[i] = malloc_impl(size); in zone_batch_malloc()
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/replace/logalloc/replay/
H A DReplay.cpp351 aSlot.mPtr = ::malloc_impl(size); in malloc()
/dports/lang/spidermonkey60/firefox-60.9.0/memory/replace/logalloc/replay/
H A DReplay.cpp315 aSlot.mPtr = ::malloc_impl(size); in malloc()
/dports/lang/spidermonkey78/firefox-78.9.0/memory/replace/logalloc/replay/
H A DReplay.cpp311 aSlot.mPtr = ::malloc_impl(size); in malloc()

1234