HomeSort by relevance Sort by last modified time
    Searched defs:alloc_and_construct (Results 1 - 2 of 2) sorted by null

  /external/opencore/oscl/oscl/osclbase/src/
oscl_defalloc.h 60 #define ALLOC_AND_CONSTRUCT(n) alloc_and_construct_fl(n,__FILE__,__LINE__)
62 #define ALLOC_AND_CONSTRUCT(n) alloc_and_construct(n)
155 //the caller. It can be invoked by the ALLOC_AND_CONSTRUCT macro.
163 pointer alloc_and_construct(const_reference val) function in class:Oscl_TAlloc
  /external/opencore/oscl/unit_test/src/
unit_test_vector.h 41 pointer alloc_and_construct(const_reference val) function in class:UnitTest_TAlloc

Completed in 135 milliseconds