Home
last modified time | relevance | path

Searched refs:p_heap (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/spu/
H A Dsubsdelay.c398 subsdelay_heap_t *p_heap; in SubsdelayFilter() local
420 SubsdelayHeapLock( p_heap ); in SubsdelayFilter()
446 SubsdelayHeapUnlock( p_heap ); in SubsdelayFilter()
508 p_heap->i_count = 0; in SubsdelayHeapInit()
509 p_heap->p_head = NULL; in SubsdelayHeapInit()
519 SubsdelayHeapLock( p_heap ); in SubsdelayHeapDestroy()
643 p_heap->i_count = i_index; in SubsdelayRebuildList()
735 VLC_UNUSED( p_heap ); in SubsdelayHeapCountOverlap()
1010 subsdelay_heap_t *p_heap; in SubpicDestroyWrapper() local
1037 subsdelay_heap_t *p_heap; in SubpicLocalUpdate() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/metaspace/
H A Dtest_is_metaspace_obj.cpp87 MetaspaceObj* p_heap = (MetaspaceObj*) os::malloc(41, mtInternal); in do_test() local
88 ASSERT_FALSE(MetaspaceObj::is_valid(p_heap)); in do_test()
89 os::free(p_heap); in do_test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/metaspace/
H A Dtest_is_metaspace_obj.cpp87 MetaspaceObj* p_heap = (MetaspaceObj*) os::malloc(41, mtInternal); in do_test() local
88 ASSERT_FALSE(MetaspaceObj::is_valid(p_heap)); in do_test()
89 os::free(p_heap); in do_test()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/memory/
H A Dtest_is_metaspace_obj.cpp92 MetaspaceObj* p_heap = (MetaspaceObj*) os::malloc(41, mtInternal); in do_test() local
93 ASSERT_FALSE(MetaspaceObj::is_valid(p_heap)); in do_test()
94 os::free(p_heap); in do_test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/memory/
H A Dtest_is_metaspace_obj.cpp92 MetaspaceObj* p_heap = (MetaspaceObj*) os::malloc(41, mtInternal); in do_test() local
93 ASSERT_FALSE(MetaspaceObj::is_valid(p_heap)); in do_test()
94 os::free(p_heap); in do_test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/memory/
H A Dtest_is_metaspace_obj.cpp92 MetaspaceObj* p_heap = (MetaspaceObj*) os::malloc(41, mtInternal); in do_test() local
93 ASSERT_FALSE(MetaspaceObj::is_valid(p_heap)); in do_test()
94 os::free(p_heap); in do_test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/memory/
H A Dtest_is_metaspace_obj.cpp92 MetaspaceObj* p_heap = (MetaspaceObj*) os::malloc(41, mtInternal); in do_test() local
93 ASSERT_FALSE(MetaspaceObj::is_valid(p_heap)); in do_test()
94 os::free(p_heap); in do_test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/memory/
H A Dtest_is_metaspace_obj.cpp92 MetaspaceObj* p_heap = (MetaspaceObj*) os::malloc(41, mtInternal); in do_test() local
93 ASSERT_FALSE(MetaspaceObj::is_valid(p_heap)); in do_test()
94 os::free(p_heap); in do_test()
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pj/
H A Dtimer_symbian.cpp291 pj_timer_heap_t **p_heap) in pj_timer_heap_create() argument
296 PJ_ASSERT_RETURN(pool && p_heap, PJ_EINVAL); in pj_timer_heap_create()
298 *p_heap = NULL; in pj_timer_heap_create()
310 *p_heap = ht; in pj_timer_heap_create()
H A Dtimer.c586 pj_timer_heap_t **p_heap) in pj_timer_heap_create() argument
591 PJ_ASSERT_RETURN(pool && p_heap, PJ_EINVAL); in pj_timer_heap_create()
593 *p_heap = NULL; in pj_timer_heap_create()
644 *p_heap = ht; in pj_timer_heap_create()
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Doop.c905 heap_data **p_heap; in oldspace_nomemory() local
908 p_heap = (h == _gst_mem.old ? &_gst_mem.old : &_gst_mem.fixed); in oldspace_nomemory()
925 return *p_heap; in oldspace_nomemory()